-
Notifications
You must be signed in to change notification settings - Fork 0
Ci #19
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
Ci #19
Conversation
…me unneeded services that may run.
Fix AWS Region error on deployment configuration
Fix AWS Region issue on deployment configuration (dev)
…that use os.getenv function
…ined at the beginning of the CF stack function.
… fixes the unresolved tokens error
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.
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" | ||
| ) |
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.
fix indentation
| DISCORD_TOKEN = ssm.StringParameter.value_from_lookup( | ||
| self, | ||
| parameter_name="/immersion/discord-token-secure" | ||
| ) |
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.
fix indentation
| SSM_PARAMETER_NAME_API = ssm.StringParameter.value_from_lookup( | ||
| self, | ||
| parameter_name="engage_api_key_test" | ||
| ) |
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.
fix indentation
| runtime=Runtime.PYTHON_3_13, | ||
| entry='src/data_filters/onboarding', | ||
| f"{APP_NAME}ClubInformationLambda", | ||
| runtime=Runtime.PYTHON_3_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.
Why did we change versions?
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.
For some reason it's invalid
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.
Ok
| SSM_PARAMETER_NAME_API = ssm.StringParameter.value_from_lookup( | ||
| self, | ||
| parameter_name="engage_api_key_test" | ||
| ) |
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.
Same indentation issues as the other file
#14 #16 Building CDK stack succeeds!!