Skip to content

🎯 Static asset pipeline deployed to AWS with CDK

Notifications You must be signed in to change notification settings

marcoss/deploy-cdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy CDK

State: Working

Prerequisites

  1. Create a GitHub access token

  2. Add GitHub token secret to SSM using the AWS CLI:

aws ssm put-parameter --name "/AssetDeploy/insecure_github_token" --value "secret" --type String --overwrite

Note: This stores the API token key in plaintext inside AWS SSM, which is NOT recommended if you have multiple users with console or API access to your AWS account. Consider using AWS Secrets Manager.

Instructions

  1. cdk bootstrap
  2. cdk deploy

About

🎯 Static asset pipeline deployed to AWS with CDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published