Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
serverless-plugin-export-endpoints
Advanced tools
Serverless plugin to export API Gateway endpoints as json
Export API Gateway endpoints as json
serverless-plugin-export-endpoints is a Serverless plugin to export API Gateway endpoints as json.
npm install serverless-plugin-export-endpoints --save-dev
$cd example
$sls deploy
$sls exportEndpoints
$cat endpoints.json
{
"hello": {
"GET": "https://your-api-gateway-endpoint.execute-api.us-east-1.amazonaws.com/dev/hello"
}
$node test.js
Go Serverless v1.0! Your function executed successfully!
custom:
exportEndpoints:
path: "./endpoints.json" # optional
serviceEndpointKey: "/^ServiceEndpoint/" # optional, regex or string
Note: serviceEndpointKey is by default provided by the Serverless AWS provider https://github.com/serverless/serverless/blob/master/lib/plugins/aws/lib/naming.js
This software is released under the MIT License, see LICENSE.txt.
FAQs
Serverless plugin to export API Gateway endpoints as json
The npm package serverless-plugin-export-endpoints receives a total of 19 weekly downloads. As such, serverless-plugin-export-endpoints popularity was classified as not popular.
We found that serverless-plugin-export-endpoints demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.