-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump cdk packages #269
Bump cdk packages #269
Conversation
Replace banner text
Co-authored-by: Imaya Kumar Jagannathan <ijaganna@amazon.com> Co-authored-by: Rafael Pereyra <rapg@amazon.com>
Add use case files See merge request observability-bd-projects/one-observability-demo!149
Bumped version CDK due python deprecation in EKS modules (#267) See merge request observability-bd-projects/one-observability-demo!150
* origin/main: (22 commits) Add use case files Bumped version CDK due python deprecation in EKS modules (#267) Bumped version CDK due python deprecation in EKS modules Replace banner text Removed CDK Nag dependencies update deps revert dependencies dotnet7 Update services.ts to include a specific addonVersion update deps revert dependencies dotnet7 Removed Fluentbit dashboard after oteladdon Enabling AWS Observbility Enhanced monitoring for EKS and removed manifests update deps revert dependencies dotnet7 Added Application insights module code Bump staging to main (#254) update deps ...
# | ||
#------------------------------------------------------------------------------ | ||
--- | ||
AWSTemplateFormatVersion: '2023-10-10' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommendation generated by Amazon CodeGuru Reviewer. Leave feedback on this recommendation by replying to the comment or by reacting to the comment using emoji.
AWSTemplateFormatVersion only valid value is 2010-09-09
# Lambda log group to store the fake logs in (ensures it will be deleted on stack deletion) | ||
# Note: can't change the path for the lambda to log to | ||
#------------------------------------------------- | ||
LambdaLogGroup: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommendation generated by Amazon CodeGuru Reviewer. Leave feedback on this recommendation by replying to the comment or by reacting to the comment using emoji.
The default action when replacing/removing a resource is to delete it. Set explicit values for UpdateReplacePolicy / DeletionPolicy on potentially stateful resource: Resources/LambdaLogGroup
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.