8000 GitHub - cj-taylor/aws-sam-local-samples: AWS Serverless Application Model samples configured for local development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cj-taylor/aws-sam-local-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-sam-local-samples

This codebase goes through various AWS Serverless Application Model sample applications to configure them for full local development.

Examples

Getting Started

  1. Clone the repo
git clone https://github.com/cj-taylor/aws-sam-local-samples.git
cd aws-sam-local-samples
  1. Install the dependencies

  2. Setup the application

# example: stepfunction-stocktrader
cd stepfunction-stocktrader
make setup

make-setup

  1. View logs to observe the usage of the application (new terminal)
# example: stepfunction-stocktrader
cd stepfunction-stocktrader
make logs

make-logs

  1. Open a new terminal and run a command to run the application (new terminal)
# example: stepfunction-stocktrader
cd stepfunction-stockrader
make run

make-run

  1. Cleanup after the application

Note: Stop the commands running make setup and make logs first

# example: stepfunction-stocktrader
cd stepfunction-stockrader
make teardown

make-teardown

Resources

About

AWS Serverless Application Model samples configured for local development.

Topics

Resources

License

Stars

Watchers

Forks

0