https://github.com/sleavely/aws-lambda-node-version
Lambdas for returning the currently deployed versions of NodeJS in the *.x runtimes
https://github.com/sleavely/aws-lambda-node-version
aws cloudformation lambda nodejs
Last synced: about 2 months ago
JSON representation
Lambdas for returning the currently deployed versions of NodeJS in the *.x runtimes
- Host: GitHub
- URL: https://github.com/sleavely/aws-lambda-node-version
- Owner: Sleavely
- License: mit
- Created: 2019-09-19T08:14:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T19:51:25.000Z (about 3 years ago)
- Last Synced: 2025-01-12T16:12:29.245Z (over 1 year ago)
- Topics: aws, cloudformation, lambda, nodejs
- Language: Makefile
- Homepage: https://aws.triplehead.net/node-version/14
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://i.imgur.com/HrkrP0e.png) 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](https://hub.docker.com/r/sleavely/node-awscli) provide an environment that reflects reality, for continuous integration and deployment purposes.
## Deploying
```shell
ARTIFACTS_BUCKET=my-bucket DOMAIN=example.com make deploy
```