Giter Club home page Giter Club logo

serverless-terraform-example's Introduction

Passing data between Terraform and Serverless with SSM Parameters

Pre-requisites

  1. Access to an AWS account.
  2. aws-cli is installed and configured (see AWS CLI docs for specific configuration steps).
  3. Terraform is installed (see the Terraform website for instructions).
  4. Serverless is installed (see the Getting Started guide).

Deploying the infrastructure

  1. Deploy the Terraform infrastructure:
cd terraform
terraform init
terraform apply
  1. Deploy the Serverless project:
cd ../serverless
serverless deploy
serverless info --verbose | grep ServiceEndpoint | sed s/ServiceEndpoint\:\ //g # Gets Endpoint URL
  1. Open <ENDPOINT>?name=<VALUE_TO_ADD> in your browser.

Explanation

The terraform directory defines a small set of infrastructure elements: a VPC, the subnets, a security group, and an RDS MySQL database. The key there is the parameters.tf file that defines the SSM parameters and populates them with the information about the database.

The serverless directory contains a simple Serverless Framework project. The function invoked via an HTTP call takes a name query param. It inserts the param into the DB and renders the whole table. The function assumes that the table called things exists. There is no validation on the name param, so be creative!

serverless-terraform-example's People

Contributors

chief-wizard 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.