Giter VIP home page Giter VIP logo

express_dynamo_sls_sample's Introduction

express_dynamo_sample

lambda + express + dynamoDB + ES6のserverlessサンプル

Pre-requisites

  • Node.js v6.5.0 or later.
  • Serverless CLI npm install -g serverless
  • AWS credential(詳細は下記)

AWS credentialについて

https://serverless.com/framework/docs/providers/aws/guide/credentials/

  • Using AWS Profilesを使ったほうがよさげ
    • direnvを使って.envrcを各プロジェクトに設定しておくとAWS Profilesの環境変数セットが簡単
.envrc

export AWS_PROFILE=mbw-dev
export AWS_REGION=ap-northeast-1

注意

  • AdminAccess権限のIAMをセットする必要があります

開発

yarn
sls dynamodb install   # Local dynamoDB serverをインストール 時間かかります
sls offline start      # Local環境でAPIGWなどエミュレートし、appを実行できます

運用

# デプロイ
sls deploy --vervose

# 削除
# CloudFormationで定義される全てのリソース(lambda, dynamoDB, CloudWatch)を削除します
sls remove --vervose 

リンク

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.