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

7 lines 125 B
module.exports = { semi: true, trailingComma: "all", singleQuote: true, printWidth: 120, tabWidth: 4 };