Metadata-Version: 2.1
Name: aws-cdk.aws-sam
Version: 0.30.0
Summary: The CDK Construct Library for the AWS Serverless Application Model (SAM) resources
Home-page: https://github.com/awslabs/aws-cdk
Author: Amazon Web Services
License: UNKNOWN
Project-URL: Source, https://github.com/awslabs/aws-cdk.git
Description: ## AWS Serverless Application Model Construct Library
        
        ```ts
        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`.
        
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
