Skip to content

Commit

Permalink
fix(cdk): typo in lambda function handler path
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed Jul 25, 2024
1 parent 06a930a commit 7b49b61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class DataFeedPollStepFunction extends Construct {
description:
'Function responsible for getting all enabled data feeds to poll',
handler: 'handler',
entry: path.join(__dirname, 'data-feed-pool-step-function.get-data-feeds.ts'),
entry: path.join(__dirname, 'data-feed-poll-step-function.get-data-feeds.ts'),
architecture: Architecture.ARM_64,
runtime: Runtime.NODEJS_20_X,
tracing: Tracing.ACTIVE,
Expand Down

0 comments on commit 7b49b61

Please sign in to comment.