Skip to content

This a sample app to get started on serverless applications using AWS

Notifications You must be signed in to change notification settings

amareshb/Serverless-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to replicate the sample Serverless Application:

  1. Create a table in DynamoDB
  2. Create a Lambda function and use the created Table Name.
  3. Now go to API gateway and create a API. 3.1 Use the lambda function and appropriate request method. 3.2 Enable cors. 3.3 Deploy the API. 3.4 In the stages tab, you can see the deployed version and can see the URL to access the API.
  4. Create a sample web app, any framework is ok. I used angular1. 4.1 Hit the API with URL from step 3.4. 4.2 You will recieve a response.

About

This a sample app to get started on serverless applications using AWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published