Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
This project contains source code and supporting files for a serverless application that you can deploy with CDK.
This is a deployable CDK app that deploys AWS Lambda functions as part of a CloudFormation stack. These Lambda functions use the utilities made available as part of AWS Lambda Powertools for TypeScript to demonstrate their usage.
You will need to have a valid AWS Account in order to deploy these resources. These resources may incur costs to your AWS Account. The cost from some services are covered by the AWS Free Tier but not all of them. If you don't have an AWS Account follow these instructions to create one.
The example functions, located in the src
folder, are invoked automatically, twice, when deployed using the CDK construct defined in src/example-function.ts
. The first invocation demonstrates the effect on logs/metrics/annotations when the Lambda function has a cold start, and the latter without a cold start.
examples/cdk
)npm ci
npm run cdk deploy --all --profile <YOUR_AWS_PROFILE>
Note: Prior to deploying you may need to run cdk bootstrap aws://<YOU_AWS_ACCOUNT_ID>/<AWS_REGION> --profile <YOUR_AWS_PROFILE>
if you have not already bootstrapped your account for CDK.
All utility outputs can be viewed in the Amazon CloudWatch console.
Logger
output can be found in Logs > Log groupsMetrics
output can be found in Metrics > All metrics > CdkExampleTracer
output can be found in X-Ray traces > TracesFAQs
This project contains source code and supporting files for a serverless application that you can deploy with CDK.
The npm package cdk-sample receives a total of 9 weekly downloads. As such, cdk-sample popularity was classified as not popular.
We found that cdk-sample 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.