Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

This repository is about an article series I wrote on medium.com

License

Notifications You must be signed in to change notification settings

MaiKaY/aws-serverless-example

Repository files navigation

AWS Serverless Example

This repository is about an article series I wrote on medium.com.

It should help the readers to get a deeper look into the code I wrote for that article series.

How to run it locally?

Install all dependencies

npm install

Run the application

npm start

Access the application

http://localhost:4040

How to deploy it on AWS?

  • Change config values in package.json (at least AWS_CF_TEMPLATE_S3_BUCKET needs to be set)
  • For first-time setup use npm run aws:install
  • For further updates use npm run aws:update
  • To delete your application and all resources connected with it use npm run aws:uninstall

Releases

No releases published

Packages