Skip to content

Conversation

@HoustonBoston
Copy link
Collaborator

#14 #16 Building CDK stack succeeds!!

HoustonBoston and others added 30 commits June 25, 2025 13:34
Fix AWS Region error on deployment configuration
Fix AWS Region issue on deployment configuration (dev)
…ined at the beginning of the CF stack function.
Copy link
Contributor

@cjcocokrisp cjcocokrisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Just fix the indentation issues that I mentioned. Also why did we change from Python 3.13 to 3.10?

Also please try to squash all your commits together don't wanna spam the git tree.

APP_NAME = ssm.StringParameter.value_from_lookup(
self,
parameter_name="/immersion/app_name"
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation

DISCORD_TOKEN = ssm.StringParameter.value_from_lookup(
self,
parameter_name="/immersion/discord-token-secure"
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation

SSM_PARAMETER_NAME_API = ssm.StringParameter.value_from_lookup(
self,
parameter_name="engage_api_key_test"
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation

runtime=Runtime.PYTHON_3_13,
entry='src/data_filters/onboarding',
f"{APP_NAME}ClubInformationLambda",
runtime=Runtime.PYTHON_3_10,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we change versions?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason it's invalid

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

SSM_PARAMETER_NAME_API = ssm.StringParameter.value_from_lookup(
self,
parameter_name="engage_api_key_test"
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same indentation issues as the other file

@cjcocokrisp cjcocokrisp merged commit 841218c into master Jul 3, 2025
2 checks passed
@cjcocokrisp cjcocokrisp deleted the ci branch July 3, 2025 01:01
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.

Edit AWS stacks to respond to a CI env variable Create deployment pipelines for AWS

4 participants