Skip to content

Commit

Permalink
fix: trying to force a function recreation
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Espin committed Aug 6, 2024
1 parent b6070ef commit b81c61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optimized-image-delivery-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export class OptimizedImageDeliveryStack extends cdk.Stack {
architecture: Architecture.X86_64,
timeout: Duration.seconds(40),
logRetention: RetentionDays.TWO_MONTHS,
functionName: `image-transform-${this.stack}`,
functionName: `image-transform-af71-${this.stack}`,
entry: path.join(__dirname, 'lambda', 'image-transform.js'),
handler: 'handler',
memorySize: 10240,
Expand Down

0 comments on commit b81c61c

Please sign in to comment.