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

chore(release): 1.51.0 #8967

Merged
merged 23 commits into from
Jul 9, 2020
Merged

chore(release): 1.51.0 #8967

merged 23 commits into from
Jul 9, 2020

Conversation

aws-cdk-automation
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation commented Jul 9, 2020

See CHANGELOG

mergify bot and others added 23 commits July 7, 2020 14:57
While taking a look at changes in https://github.com/aws/aws-cdk/pull/8602/files I've noticed a small typo so I figured - why not fix just fix it 🎉

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…he control (#8864)

The `max-age` and `s-maxage` header properties were assigned using a `:` instead of `=`. This change fixes the assignment to be according to the spec. Also added missing test for the `s-maxage` property.

Fixes #8774


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.710.0 to 2.711.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.710.0...v2.711.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
As of now if your table is created in another stack and you want to use it as data source in graphql api. It is not allowed.
With these changes you can import existing table as data source.
fixes #8618 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
… configuration (#8573)

Closes #8572

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Adds an initial, Developer Preview version of CDK Pipelines, a
higher-level construct library to make it easy to set up CI/CD
pipelines for CDK apps.

Resolves aws/aws-cdk-rfcs#49.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Following in the example of #8811 and the aws-ec2 conversion, converting the
aws-cloudfront tests to Jest in preparation for adding new tests.


----

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


----

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

Fixes #8691

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
fix(ec2): VpcEndpoint AZ lookup fails for AWS services
----

This closes #8372

InterfaceVpcEndpointAwsService objects currently use the `AWS.Region` token to define the service name. This results in an unresolved string, which cannot be resolved until CloudFormation deployment time.

When using the `lookupSupportedAzs` functionality, a ContextProvider makes AWS calls (DescribeVpcEndpointServices) in which it passes the service name, to look up the AZs. ContextProviders cannot be given tokens. Hence, passing in an InterfaceVpcEndpointAwsService results in a synthesis-time failure.

This ticket switches InterfaceVpcEndpointAwsService from using AWS.Region to a Lazy string which resolves to the stack's region. For region-agnostic stacks, the behavior is unchanged. For stacks with a specified region, the region is resolved.

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Classes should be surrounded by 2 blank lines according to PEP8

related PR: aws-samples/aws-cdk-intro-workshop#142

----

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

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

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.18.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.18 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits/4.17.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.711.0 to 2.712.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.711.0...v2.712.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
**[ISSUE]**
aws-appsync library only had one file to host all the code. Hard to read and navigate because close to 2000 lines.

**[APPROACH]**
Segmented in the following manner:
- Data Sources
- Resolvers
- Keys
- GraphQL 
- Mapping Templates

**[NOTE]**
File names and contents are subject to change as I continue to add to this construct.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Change filenames to follow `dash-case` syntax.
----

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

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Bumps [fast-check](https://github.com/dubzzz/fast-check) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/master/CHANGELOG.md)
- [Commits](dubzzz/fast-check@v1.25.1...v1.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@aws-cdk-automation aws-cdk-automation added the pr/no-squash This PR should be merged instead of squash-merging it label Jul 9, 2020
@nija-at nija-at requested a review from a team July 9, 2020 09:13
@nija-at nija-at self-assigned this Jul 9, 2020
@mergify
Copy link
Contributor

mergify bot commented Jul 9, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically without squashing (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 8c2d53c into release Jul 9, 2020
@mergify mergify bot deleted the bump/1.51.0 branch July 9, 2020 09:26
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: e6bc7d5
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/no-squash This PR should be merged instead of squash-merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.