Skip to content

Commit

Permalink
feat: update CloudFormation resources v2.18.0 (#1407)
Browse files Browse the repository at this point in the history
New resource types:

* AWS::AmazonMQ::ConfigurationAssociation
* AWS::IoTAnalytics::Channel
* AWS::IoTAnalytics::Dataset
* AWS::IoTAnalytics::Datastore
* AWS::IoTAnalytics::Pipeline

Misc:

* Patch ServiceDiscovery resource "Map" primitive type to "Json" (see #1409)
* Relax namespaces test so we don't have to update it every time we update the spec
* Rewrite the create-missing-libraries script in typescript so it's a bit more robust and mangles names nicely.
  • Loading branch information
Elad Ben-Israel committed Dec 20, 2018
1 parent 62e3244 commit 0f80b56
Show file tree
Hide file tree
Showing 18 changed files with 1,741 additions and 329 deletions.
169 changes: 0 additions & 169 deletions create-missing-libraries.sh

This file was deleted.

14 changes: 14 additions & 0 deletions packages/@aws-cdk/aws-iotanalytics/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
*.d.ts
*.generated.ts
*.js
*.js.map
*.snk
.jsii
.LAST_BUILD
.LAST_PACKAGE
.nycrc
.nyc_output
coverage
dist
tsconfig.json
tslint.json
17 changes: 17 additions & 0 deletions packages/@aws-cdk/aws-iotanalytics/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# The basics
*.ts
*.tgz
*.snk
!*.d.ts
!*.js

# Coverage
coverage
.nyc_output
.nycrc

# Build gear
dist
.LAST_BUILD
.LAST_PACKAGE
.jsii
Loading

0 comments on commit 0f80b56

Please sign in to comment.