Skip to content

Deploying your portfolio with some products such as: EC2 & S3

License

Notifications You must be signed in to change notification settings

dfernaro/aws-portfolio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to configure your portfolio using AWS

This is a demo project which accompanies the article at https://medium.com/@dfernaro/the-art-of-efficient-product-catalog-unveiling-the-benefits-of-cdk-aws-service-catalog-42c09b4ae65c.

Please, make sure that you update the file bin/portfolio.ts which contains the AWS account and region.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Releases

No releases published

Packages

No packages published