UNPKG

@amazon-codecatalyst/blueprints.sam-serverless-application

Version:

This blueprint creates a project that leverages a serverless application model (SAM) to quickly create and deploy an API. You can choose Java, TypeScript, or Python as the programming language

19 lines (12 loc) 671 B
# AWS CDK Applications Project types: `awscdk-app-java`, `awscdk-app-py`, `awscdk-app-ts`. ## Deployment (NOT IMPLEMENTED YET) CDK application projects produce complete cloud applications. When a commit is merged into the default branch, the app is rolled out by the release workflow to AWS environments. Possible implementation: - [Deployable Typescript AWS CDK App](https://github.com/AminFazlMondo/deployable-awscdk-app-ts) ## Dev Stage (NOT IMPLEMENTED YET) Every app includes an instance of the application stage which can be deployed to a development AWS account. This allows each developer to use their AWS account as part of their development environment.