Skip to content

Instantly share code, notes, and snippets.

View theneverstill's full-sized avatar
:octocat:
Coding

Lucas Still theneverstill

:octocat:
Coding
View GitHub Profile
@theneverstill
theneverstill / template.yaml
Last active June 26, 2024 18:30
Stratus User Profile Manager Augmentations
# ----
# CloudFormation yaml for S3 bucket + Lambda trigger
# ----
Parameters:
UserProfileArtifactS3BucketName:
Type: String
Description: The name of the S3 bucket that contains the user profile images.
UserProfileLambdaFunctionName:
Type: String
Description: The name of the image optimizer S3 trigger lambda function.