Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@softchef/cdk-apigateways
Advanced tools
This is a AWS CDK construct package. To mix multiple RestApi/HttpApi endpoints to CloudFront distribution(CDN). Also generate documentation page with your Swagger/OpenAPI definitions.
cdk-apigateways
is an AWS CDK construct. It's help to mix multiple RestApi
or HttpApi
(API Gateway) or RestApi
(@softchef/cdk-restapi) to the same CloudFront distribution. If you have provide the Swagger 2.0
/ Open API 3.0
/ Open API 3.1
definitions file, it will generate documentation website in the same distribution.
npm install @softchef/cdk-apigateways
yarn add @softchef/cdk-apigateways
const apis = new ApiGateways(this, 'ApiGateways', {
stageName: 'prod',
originApisConfig: {
books: {
originApi: booksApi,
},
articles: {
originApi: articlesApi,
},
},
distribution: {
comment: 'ApiGateways',
},
documentation: {
s3Bucket: docBucket,
file: './docs/swagger.yaml',
},
});
This code is licensed under the Apache License 2.0. See the LICENSE file.
FAQs
This is a AWS CDK construct package. To mix multiple RestApi/HttpApi endpoints to CloudFront distribution(CDN). Also generate documentation page with your Swagger/OpenAPI definitions.
The npm package @softchef/cdk-apigateways receives a total of 1 weekly downloads. As such, @softchef/cdk-apigateways popularity was classified as not popular.
We found that @softchef/cdk-apigateways 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.