1.0.17 • Published 12 months ago

aws-sam-function-generator v1.0.17

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

AWS SAM Lambda Function Generator

A script that generates the necessary files to create a Lambda function for building serverless applications using AWS Serverless Application Model (AWS SAM) based on the sam init Typescript example. This doesn't include any testing configurations.

Getting Started

npx aws-sam-function-generator --funcName [function-name]

The script creates a directory based on the function name entered. If a function name isn't provided a random name will be provided.

Example executes from within the project folder

| Root directory
|
| example-app
| - template.yml
| - examplefunction
| --|-fn
| ---- index.ts
| --|.eslintrc.js
| --|.eslintignore
| --| ..

alt text

Author

1.0.17

12 months ago

1.0.16

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago