Package Exports
- @aws-cdk/aws-sam
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-cdk/aws-sam) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AWS Serverless Application Model Construct Library
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.