Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

peoplespete
Copy link
Contributor

@peoplespete peoplespete commented Jan 23, 2025

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

  • I have performed a self-review of my code
  • I have added thorough tests, if necessary
  • I have updated relevant documentation, if necessary

convert to a different template: test → val | val → prod

@peoplespete peoplespete force-pushed the cmdct-4254 branch 4 times, most recently from 362756e to 1f0a04e Compare January 23, 2025 20:34
Copy link

codeclimate bot commented Jan 23, 2025

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.

@@ -54,6 +54,9 @@ provider:
name: aws
runtime: nodejs20.x
region: us-east-1
stackTags:
Copy link
Contributor Author

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:
Copy link
Contributor Author

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.

@peoplespete peoplespete changed the title CMDCT-4254 - FILL ME IN CMDCT-4254 - minor tweaks to serverless v4 implementation Jan 23, 2025
@peoplespete peoplespete marked this pull request as ready for review January 23, 2025 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants