lambda-runtimes
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,10 @@ # `lambda-runtimes` changelog | ||
## [1.0.1] 2021-10-19 | ||
### Added | ||
- Added (internally-)canonical runtime names to alias list | ||
--- | ||
## [1.0.0] 2021-10-18 | ||
@@ -7,0 +15,0 @@ |
@@ -71,8 +71,15 @@ // Canonical runtime list: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html | ||
let aliases = { | ||
node: 'node', | ||
nodejs: 'node', | ||
'node.js': 'node', | ||
python: 'python', | ||
py: 'python', | ||
ruby: 'ruby', | ||
rb: 'ruby', | ||
java: 'java', | ||
go: 'go', | ||
golang: 'go', | ||
dotnet: 'dotnet', | ||
'.net': 'dotnet', | ||
custom: 'custom', | ||
} | ||
@@ -79,0 +86,0 @@ |
{ | ||
"name": "lambda-runtimes", | ||
"description": "Canonical list of AWS Lambda runtime identifiers and corresponding CPU architectures", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "module": "./esm/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5511
114