-
Notifications
You must be signed in to change notification settings - Fork 0
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
CMDCT-4254 - minor tweaks to serverless v4 implementation #97
base: main
Are you sure you want to change the base?
Conversation
362756e
to
1f0a04e
Compare
1f0a04e
to
ffa828f
Compare
Code Climate has analyzed commit 9257dd9 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 93.6%. View more on Code Climate. |
9257dd9
to
ffa828f
Compare
@@ -54,6 +54,9 @@ provider: | |||
name: aws | |||
runtime: nodejs20.x | |||
region: us-east-1 | |||
stackTags: |
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.
This will solve an issue where app-api stacks were not being deleted by destroy.
@@ -132,6 +132,9 @@ resources: | |||
RestrictPublicBuckets: true | |||
VersioningConfiguration: | |||
Status: Enabled | |||
LoggingConfiguration: |
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.
I missed this in my first attempt at converting HCBS to v4 of serverless.
Description
There are a couple issues that came up related to the HCBS implementation of v4 so this is a mop up of outstanding problems.
Related ticket(s)
CMDCT-4254
How to test
You can log into the application here:
https://d32y65zs9733uw.cloudfront.net/
Important updates
NA
Author checklist
convert to a different template: test → val | val → prod