Skip to content

Commit

Permalink
cds-1666 fix codeuri parameter in template (#118)
Browse files Browse the repository at this point in the history
* remove codeurl

* changelog
  • Loading branch information
daidokoro authored Nov 17, 2024
1 parent 84d536d commit 9eb1036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## v1.0.15 / 2024-11-09
### 💡 Enhancements 💡
- Add new parameter `LambdaAssumeRoleARN` which accept role arn, that the lambda will use for Execution role.
- Update internal code to support the new parameter `LambdaAssumeRoleARN`.
- Update internal code to support the new parameter `LambdaAssumeRoleARN`
- Add new parameter ReservedConcurrentExecutions to the lambda function.
- Removed circular dependency between DeadLetterQueue and CustomResourceFunction

Expand Down
1 change: 0 additions & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,6 @@ Resources:
Handler: index.lambda_handler
Runtime: python3.12
Timeout: 900
CodeUri: custom-resource/
InlineCode: |
import json
import time
Expand Down

0 comments on commit 9eb1036

Please sign in to comment.