@aws-cdk/aws-sam
Advanced tools
Comparing version 0.31.0 to 0.32.0
{ | ||
"name": "@aws-cdk/aws-sam", | ||
"version": "0.31.0", | ||
"version": "0.32.0", | ||
"description": "The CDK Construct Library for the AWS Serverless Application Model (SAM) resources", | ||
@@ -44,3 +44,5 @@ "main": "lib/index.js", | ||
"awslint": "cdk-awslint", | ||
"cfn2ts": "cfn2ts" | ||
"cfn2ts": "cfn2ts", | ||
"build+test+package": "npm run build+test && npm run package", | ||
"build+test": "npm run build && npm test" | ||
}, | ||
@@ -63,12 +65,12 @@ "cdk-build": { | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^0.31.0", | ||
"cdk-build-tools": "^0.31.0", | ||
"cfn2ts": "^0.31.0", | ||
"pkglint": "^0.31.0" | ||
"@aws-cdk/assert": "^0.32.0", | ||
"cdk-build-tools": "^0.32.0", | ||
"cfn2ts": "^0.32.0", | ||
"pkglint": "^0.32.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/cdk": "^0.31.0" | ||
"@aws-cdk/cdk": "^0.32.0" | ||
}, | ||
"peerDependencies": { | ||
"@aws-cdk/cdk": "^0.31.0" | ||
"@aws-cdk/cdk": "^0.32.0" | ||
}, | ||
@@ -75,0 +77,0 @@ "engines": { |
## AWS Serverless Application Model Construct Library | ||
This module includes low-level constructs that synthesize into `AWS::Serverless` resources. | ||
```ts | ||
@@ -7,2 +9,10 @@ const sam = require('@aws-cdk/aws-sam'); | ||
Note: we recommended to use `@aws-cdk/aws-lambda`, `aws-cdk/aws-lambda-event-sources` and `@aws-cdk/aws-apigateway` packages to build 'serverless' applications with the CDK instead of the `AWS::Serverless` resources exposes by `@aws-cdk/aws-sam`. | ||
### Related | ||
The following AWS CDK modules include constructs that can be used to work with Amazon API Gateway and AWS Lambda: | ||
* [aws-lambda](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-lambda-readme.html): define AWS Lambda functions | ||
* [aws-lambda-event-sources](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-lambda-event-sources-readme.html): classes that allow using various AWS services as event sources for AWS Lambda functions | ||
* [aws-apigateway](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-apigateway-readme.html): define APIs through Amazon API Gateway | ||
* [aws-codedeploy](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-codedeploy-readme.html#lambda-applications): define AWS Lambda deployment with traffic shifting support | ||
@@ -42,2 +42,8 @@ { | ||
"path": "../assert" | ||
}, | ||
{ | ||
"path": "../../../tools/cdk-build-tools" | ||
}, | ||
{ | ||
"path": "../../../tools/pkglint" | ||
} | ||
@@ -44,0 +50,0 @@ ], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
431835
2353
18
+ Added@aws-cdk/cdk@0.32.0(transitive)
+ Added@aws-cdk/cx-api@0.32.0(transitive)
- Removed@aws-cdk/cdk@0.31.0(transitive)
- Removed@aws-cdk/cx-api@0.31.0(transitive)
Updated@aws-cdk/cdk@^0.32.0