Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(aws-cdk): fix bug in SSM Parameter Provider #1023

Merged
merged 1 commit into from
Oct 26, 2018
Merged

Conversation

rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Oct 26, 2018

SSM Parameter Provider Plugin was not properly updated
for the new context provider protocol. It is now,
and an integ test is added.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

SSM Parameter Provider Plugin was not properly updated
for the new context provider protocol. It is now,
 and an integ test is added.
@rix0rrr rix0rrr merged commit 6e6aa1d into master Oct 26, 2018
@rix0rrr rix0rrr deleted the huijbers/fix-aws-cdk branch October 26, 2018 16:52
rix0rrr pushed a commit that referenced this pull request Oct 26, 2018
Bug Fixes
=========

* **aws-cdk:** fix bug in SSM Parameter Provider ([#1023](#1023)) ([6e6aa1d](6e6aa1d))
@rix0rrr rix0rrr mentioned this pull request Oct 26, 2018
rix0rrr added a commit that referenced this pull request Oct 26, 2018
Bug Fixes
=========

* **aws-cdk:** fix bug in SSM Parameter Provider ([#1023](#1023)) ([6e6aa1d](6e6aa1d))
@@ -5,6 +5,9 @@ class MyStack extends cdk.Stack {
constructor(parent, id) {
super(parent, id);
new sns.Topic(this, 'topic');

console.log(new cdk.AvailabilityZoneProvider(this).availabilityZones);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should assert against the resulting value somehow

jonparker pushed a commit to jonparker/aws-cdk that referenced this pull request Oct 29, 2018
SSM Parameter Provider Plugin was not properly updated
for the new context provider protocol. It is now,
 and an integ test is added.
jonparker pushed a commit to jonparker/aws-cdk that referenced this pull request Oct 29, 2018
Bug Fixes
=========

* **aws-cdk:** fix bug in SSM Parameter Provider ([aws#1023](aws#1023)) ([6e6aa1d](aws@6e6aa1d))
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants