JSPM

@aws-cdk/aws-sam

0.27.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 43717
  • Score
    100M100P100Q21994F
  • License Apache-2.0

The CDK Construct Library for the AWS Serverless Application Model (SAM) resources

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.