Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud authored Jul 18, 2024
1 parent 2bfca29 commit e46b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class RemoteOutputs extends Construct {
runtime: lambda.Runtime.PYTHON_3_8,
code: lambda.Code.fromAsset(path.join(__dirname, '../custom-resource-handler')),
handler: 'remote-outputs.on_event',
timeout: Duration.minutes(15),
timeout: Duration.minutes(3),
});

const myProvider = new cr.Provider(this, 'MyProvider', {
Expand Down

0 comments on commit e46b793

Please sign in to comment.