Sleavely / aws-lambda-node-version

Lambdas for returning the currently deployed versions of NodeJS in the *.x runtimes

Home Page:https://aws.triplehead.net/node-version/14

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-lambda-node-version

A Lambda for returning the currently deployed version of NodeJS in the *.x runtimes.

AWS continually updates their nodejs10.x and nodejs12.x runtimes but do not keep a record or announce their rollouts, and sometimes they are outright wrong in their documentation.

This makes it hard to provide an accurately up-to-date Docker image for development. This lambda is meant to help the sleavely/node-awscli Docker image provide an environment that reflects reality, for continuous integration and deployment purposes.

Deploying

ARTIFACTS_BUCKET=my-bucket DOMAIN=example.com make deploy

About

Lambdas for returning the currently deployed versions of NodeJS in the *.x runtimes

https://aws.triplehead.net/node-version/14

License:MIT License


Languages

Language:Makefile 87.0%Language:JavaScript 13.0%