Giter VIP home page Giter VIP logo

auctionz's Introduction

Uctionz

AWS IAM

AWS CLI

  • Install AWS CLI Docs
aws --version
  • Configure AWS CLI
aws configure

AWS Access Key ID [None]: <AccessKey>
AWS Secret Access Key [None]: <SecretKey>
Default region name [None]: 
Default output format [None]: yaml

serverless in a nutshell

  • pay as you go
  • auto scaling - nabaged services supported by large cloud providers language agnostic Decreased type to market.

Function as a service

  • AWS Lambda
  • Google CloudFunctions
  • Azure Functions

Event triggers functions

  • Amazon S3 - when a document is uploaded
  • API gateway - when a request is sent to an endpoint
  • DynamoDB - when a record is created

Infrastructure as Code

Install serverless

npm i -g serverless
sls --version

npm update -g serverless

Create serverless services within stack:

sls create --template aws-nodejs --name auth-service --path auth-service sls create --template aws-nodejs --name auction-service --path auction-service sls create --template aws-nodejs --name notification-service --path notification-service

Deploy serverless stack:

  sls deploy -v
  sls deploy --stage prod -v # production

Deploy serverless function:

  sls deploy -f createAuction -v

Remove serverless stack:

  sls remove -v

auctionz's People

Contributors

philz-stizles avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.