Skip to content

Commit

Permalink
Patch release for v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-lu committed Sep 26, 2023
1 parent a690f98 commit 425bf8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/cloudformation/geocore-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,11 +615,11 @@ Resources:
Key:
Fn::If:
- IsProd
- cloudformation-templates/lambda/id/id-220323.zip
- cloudformation-templates/lambda/id/idv1-20230926-1100.zip
- Fn::If:
- IsStage
- cloudformation-templates/lambda/id/id-220323.zip
- cloudformation-templates/lambda/id/id-220323.zip
- cloudformation-templates/lambda/id/idv1-20230926-1100.zip
- cloudformation-templates/lambda/id/idv1-20230926-1100.zip
Handler: index.handler
Role: !GetAtt LambdaExecutionRole.Arn
MemorySize: 512
Expand Down Expand Up @@ -1638,11 +1638,11 @@ Resources:
Key:
Fn::If:
- IsProd
- cloudformation-templates/lambda/collections/collections-20230529-1500.zip
- cloudformation-templates/lambda/collections/collections-20230926-1100.zip
- Fn::If:
- IsStage
- cloudformation-templates/lambda/collections/collections-20230529-1500.zip
- cloudformation-templates/lambda/collections/collections-20230529-1500.zip
- cloudformation-templates/lambda/collections/collections-20230926-1100.zip
- cloudformation-templates/lambda/collections/collections-20230926-1100.zip
MemorySize: 3009
Handler: app.lambda_handler
Timeout: 60
Expand Down
Binary file not shown.
Binary file removed docs/lambda/id/id.zip
Binary file not shown.
Binary file added docs/lambda/id/idv1-20230926-1100.zip
Binary file not shown.

0 comments on commit 425bf8e

Please sign in to comment.