Skip to content

p-prakash/xbrowsersync-api-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

xBrowserSync Serverless API on AWS

This is a simple implementation of xBrowserSync API using AWS Serverless technologies. All the components that's used here are on-demand hence you pay only for what you use.

Prerequisites

  • Active AWS Account
  • IAM permissions to create IAM Role, DynamoDB Tabe, API Gateway & Lambda function.
  • AWS CLI (if you are going to use the command in next step)

Deployment

Run the following AWS CLI command to create this API backend using AWS CloudFormation.

aws cloudformation create-stack --stack-name xBrowserSync --capabilities CAPABILITY_IAM --template-body file://xBrowserSync.yaml

Note: This has been written for personal use as a private API backend hence followed the below mentioned best practices.

About

Serverless implementation of xBrowserSync API on AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published