@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
4 lines (3 loc) • 334 B
TypeScript
export declare const java11 = "\n MemorySize: 512\n Environment: # More info about Env Vars: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#environment-object\n Variables:\n PARAM1: VALUE\n";
export declare const python39 = "";
export declare const nodejs14 = "";