1.0.17 • Published 2 years ago

aws-sam-function-generator v1.0.17

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago