Skip to content

Commit

Permalink
fix: Apply the deno layer to the correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Sep 25, 2024
1 parent 68a14cc commit e9fbf05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aux-server/aux-backend/serverless/aws/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ Resources:
ALLOWED_API_ORIGINS: !Ref AllowedApiOriginsParameter
Layers:
- !Sub 'arn:aws:lambda:${AWS::Region}:184161586896:layer:opentelemetry-collector-amd64-0_8_0:1'
- 'arn:aws:lambda:us-east-1:404655125928:layer:deno-v1-40-5-x86_64-linux:1'
HandleMessagePermission:
Type: AWS::Lambda::Permission
DependsOn:
Expand All @@ -615,6 +614,8 @@ Resources:
MemorySize: 256
Timeout: 100
Description: A function to handle webhook messages
Layers:
- 'arn:aws:lambda:us-east-1:404655125928:layer:deno-v1-40-5-x86_64-linux:1'
HandleWebhookLogGroup:
Type: AWS::Logs::LogGroup
DeletionPolicy: Delete
Expand Down

0 comments on commit e9fbf05

Please sign in to comment.