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

Param store poc #40

Merged
merged 32 commits into from
Dec 31, 2024
Merged

Param store poc #40

merged 32 commits into from
Dec 31, 2024

Conversation

Owen-Choh
Copy link
Contributor

There is another service provided by AWS called AWS Systems Manager Parameter Store that can serve the same purpose as AWS Secret Manager but has lower costs as the additional features provided by AWS Secret Manager are not required.

Lets move to update the lambda sample to include AWS Systems Manager Parameter Store instead.

region_name = "ap-southeast-1"

# parameters that the view courses api call requires
course_run_id = "340121"
Copy link
Collaborator

Choose a reason for hiding this comment

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

if this is hardcoded, does it mean we only run this course run id?

import boto3
from botocore.exceptions import ClientError

course_run_id = "35423"
Copy link
Collaborator

Choose a reason for hiding this comment

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

if this is hardcoded, does it mean we only run this course run id?

@vivswy vivswy merged commit ca9eb90 into ssg-wsg:master Dec 31, 2024
8 of 9 checks passed
@Owen-Choh Owen-Choh deleted the param_store_poc branch January 10, 2025 06:00
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