We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc94387 commit e99ab6bCopy full SHA for e99ab6b
lib/index.ts
@@ -49,7 +49,7 @@ export class Seeder extends Construct {
49
const fn = new Function(this, 'handler', {
50
runtime: Runtime.NODEJS_12_X,
51
handler: 'index.handler',
52
- timeout: Duration.seconds(60),
+ timeout: Duration.seconds(900),
53
code: Code.fromInline(`
54
console.log('function loaded');
55
0 commit comments