Skip to content

Commit

Permalink
Incorporate previous names from #704 and update aws-rds to use aws-sa…
Browse files Browse the repository at this point in the history
…m instead of aws-serverless
  • Loading branch information
Sam Goodwin committed Mar 22, 2019
1 parent cf61189 commit 8665ea4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-rds/lib/rotation-single-user.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ec2 = require('@aws-cdk/aws-ec2');
import lambda = require('@aws-cdk/aws-lambda');
import secretsmanager = require('@aws-cdk/aws-secretsmanager');
import serverless = require('@aws-cdk/aws-serverless');
import serverless = require('@aws-cdk/aws-sam');
import cdk = require('@aws-cdk/cdk');

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-rds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@aws-cdk/aws-kms": "^0.26.0",
"@aws-cdk/aws-lambda": "^0.26.0",
"@aws-cdk/aws-secretsmanager": "^0.26.0",
"@aws-cdk/aws-serverless": "^0.26.0",
"@aws-cdk/aws-sam": "^0.26.0",
"@aws-cdk/cdk": "^0.26.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-sam/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@aws-cdk/aws-sam",
"version": "0.26.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": {
"dotnet": {
"namespace": "Amazon.CDK.AWS.Sam",
"packageId": "Amazon.CDK.AWS.Sam",
"namespace": "Amazon.CDK.AWS.SAM",
"packageId": "Amazon.CDK.AWS.SAM",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
Expand Down

0 comments on commit 8665ea4

Please sign in to comment.