Skip to content

Commit

Permalink
BREAKING: Rename @aws-cdk/aws-serverless to @aws-cdk/aws-sam (#704)
Browse files Browse the repository at this point in the history
Renames @aws-cdk/aws-serverless to @aws-cdk/aws-sam

Fixes #699
  • Loading branch information
Elad Ben-Israel committed Sep 13, 2018
1 parent a4899e3 commit 3a67d5d
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@aws-cdk/aws-serverless",
"name": "@aws-cdk/aws-sam",
"version": "0.9.0",
"description": "The CDK Construct Library for AWS::Serverless",
"description": "The CDK Construct Library for the AWS Serverless Application Model (SAM) resources",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
"outdir": "dist",
"targets": {
"java": {
"package": "software.amazon.awscdk.services.serverless",
"package": "software.amazon.awscdk.services.sam",
"maven": {
"groupId": "software.amazon.awscdk",
"artifactId": "serverless"
"artifactId": "sam"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Serverless",
"packageId": "Amazon.CDK.AWS.Serverless",
"namespace": "Amazon.CDK.AWS.SAM",
"packageId": "Amazon.CDK.AWS.SAM",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
Expand Down
File renamed without changes.

0 comments on commit 3a67d5d

Please sign in to comment.