Skip to content

AWS Lambda functions and API gateway are often used to create serverlesss applications.

Notifications You must be signed in to change notification settings

roxsross/training-tf-lambda-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Terraform - Lambda functions and API Gateway

AWS Lambda functions and API gateway are often used to create serverlesss applications.

Follow along with this tutorial on HashiCorp Learn.

Precondiciones

  • NodeJS 12 o superior
  • npm 6 o superior

Inicializar proyecto

npm install

Crear paquete para cargar la lambda en AWS

npm run pack

Despliegue

Para el despliegue de la lambda y sus componentes adicionales se usa terraform, el código IAC esta almacenado en el directorio terraform que esta ubicado en la raíz del proyecto

Init ambiente dev

npm run aws:init

Plan de despliegue en ambiente dev

npm run aws:plan

Despliegue en ambiente dev

npm run aws:deploy

Destroy de la infra

npm run aws:destroy

About

AWS Lambda functions and API gateway are often used to create serverlesss applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published