Skip to content

AWS has built great tooling around its cloud services to make developers’ lives easier. One of their very useful tools is AWS Amplify, a JavaScript library that lets you build and deploy serverless applications in the cloud

Notifications You must be signed in to change notification settings

abiodunjames/amplify-serverless-app

Repository files navigation

Serverless Todo App

This is the source code for a blogpost written on thundra.io

How to run

  • Install amplify package: npm install -g @aws-amplify/cliclear
  • Configure AWS access by running amplify configure
  • Create an environment with amplify env add test
  • Run the command amplify status see a list of resources that will be created
Current Environment: test

| Category | Resource name       | Operation | Provider plugin   |
| -------- | ------------------- | --------- | ----------------- |
| Api      | myapi               | Create    | awscloudformation |
| Auth     | amplifytodo9fcffbc6 | Create    | awscloudformation |

  • Run amplify push to build all your local backend resources and provision it in the cloud
  • To host in the application, run amplify hosting add and amplify publish to deploy your application

About

AWS has built great tooling around its cloud services to make developers’ lives easier. One of their very useful tools is AWS Amplify, a JavaScript library that lets you build and deploy serverless applications in the cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published