Coder Social home page Coder Social logo

node-post's Introduction

node-post

NodeJS API deployed to AWS Lambda. Uses RDS PostgreSQL and Application Load Balancer. Also uses AWS Code Deploy for releases.

Routes

  • hello: generic hello world in JSON
  • products: two hard-coded products in JSON

AWS

This is deployed to AWS via CloudFormation using infra.yaml.

Presently we are using the following services:

  • Lambda Functions
    • IAM Permissions
    • Cloudwatch Events and Rules
    • SNS
  • Application Load Balancer
  • RDS DB
    • Security Groups
  • SecretsManager Secrets
  • Code Build

A parent VPC stack is required. A sample VPC template (vpc.yaml) is included.

Changes can be made at the Infrastructure level using this file (i.e. using DynamoDB instead of RDS).

IMPORTANT

Presently CloudFormation does not support Load Balancer Target Groups using Lambda targets. Therefore we need to create a custom resource using a Lambda. Presently the Python boto libraries for communicating with the AWS API are outdated in the Lambda execution environment. Therefore we need to manually deploy the code to S3 before we create the stack.

To deploy the Lambda:

pip install -r requirements.txt -t .
npm install pg
./deploy_lambda.sh

Once the Lambda has been deployed you can deploy the CloudFormation stack in the CLI or in the console.

Secrets

Secrets are stored in AWS Secrets Manager. The RDS password is auto-generated. An example secret is stored in .env and is made available to the Lambda functions.

Deploy

Code is deployed by creating a release in GitHub. This will automatically trigger a CodeBuild which will deploy the Lambda's.

node-post's People

Watchers

James Cloos avatar Ken Jenney 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.