Giter VIP home page Giter VIP logo

tfapi's Introduction

Server-less beerjs eclass in AWS

Services

  1. API Gateway
  2. Lambda Functions
  3. DynamoDB (~ in progress )

Dependencies

  • Node ( LTS ~ 6.x )
  • Terraform
  • Apex (~ in progress )

LTS is initials for Long-term Support

Node is a JavaScript interpreter for server side

Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.

API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale

Lambda functions is an amazon web service to compute, that lets you run code without provisioning or managing servers

HCL (HashiCorp Configuration Language) Why??? review here

ECMAScript 6 compatibility table


para poder levantar esta api en tu cuenta de amazon son necesaria 4 variables que deben ser descritas en el archivo variables.tf

la lista de orden para prepar todo una vez descrita las variables son:

  • ./make gc
  • terraform get
  • terraform plan
  • terraform apply

si quieres destruir la arquitectura ya creada solo basta ejecutar terraform destroy

en caso de realizar cambio y exponer en la api (cambios en js para este caso de uso) debemos la siguiente lista de comandos:

  • volver a ejecuta el garbage collector custom con ./make gc
  • ejecutar el comando terraform refresh
  • aplicar los cambios resfrescados con terraform apply

tfapi's People

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.