Skip to content

leegilmorecode/serverless-custom-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

serverless-custom-resources

header

How can we use Custom Resources on AWS to extend our deployment and resource options without any restrictions, including non-AWS services, all within the same IaC? This article includes visuals and code examples written in TypeScript with the CDK.

The article can be found here: https://leejamesgilmore.medium.com/91c0aea2641a

Getting started

You can run the following command in the app folder to deploy the service:

npm run deploy

You can run the following command to tear the service down:

npm run remove

About

How can we use Custom Resources on AWS to extend our deployment and resource options without any restrictions, including non-AWS services, all within the same IaC? This article includes visuals and code examples written in TypeScript, and both the Serverless Framework and AWS CDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors