-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
chore(release): 1.51.0 #8967
Commits on Jul 7, 2020
-
chore(mergeback): 1.50.0 (#8928)
See [CHANGELOG](https://github.com/aws/aws-cdk/blob/merge-back/1.50.0/CHANGELOG.md)
Configuration menu - View commit details
-
Copy full SHA for 7af03ac - Browse repository at this point
Copy the full SHA 7af03acView commit details -
docs(lambda): fix typo in README (#8924)
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*
Tomasz Łakomy authoredJul 7, 2020 Configuration menu - View commit details
-
Copy full SHA for b25fc07 - Browse repository at this point
Copy the full SHA b25fc07View commit details -
fix(codepipeline): set correct header assignment in S3 deployment cac…
…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*
Configuration menu - View commit details
-
Copy full SHA for be1094b - Browse repository at this point
Copy the full SHA be1094bView commit details -
chore(deps): bump aws-sdk from 2.710.0 to 2.711.0 (#8930)
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>
Configuration menu - View commit details
-
Copy full SHA for fdba41a - Browse repository at this point
Copy the full SHA fdba41aView commit details
Commits on Jul 8, 2020
-
fix(appmesh): Update enums for appmesh (#8716)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 64e3d88 - Browse repository at this point
Copy the full SHA 64e3d88View commit details -
feat(appsync) allow using imported table as data source (#8790)
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 menu - View commit details
-
Copy full SHA for 61e7094 - Browse repository at this point
Copy the full SHA 61e7094View commit details -
feat(cloudfront): Add connectionAttempts, connectionTimeout in origin…
Configuration menu - View commit details
-
Copy full SHA for 84b923f - Browse repository at this point
Copy the full SHA 84b923fView commit details -
feat: Developer Preview of CDK Pipelines (#8868)
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*
Configuration menu - View commit details
-
Copy full SHA for d2609bd - Browse repository at this point
Copy the full SHA d2609bdView commit details -
chore(cloudfront): convert tests to Jest (#8939)
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*
Configuration menu - View commit details
-
Copy full SHA for a6bffa1 - Browse repository at this point
Copy the full SHA a6bffa1View commit details -
chore: add account 2222222222 to git-secrets allowed pattern (#8942)
Fixes build. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for b4cba5b - Browse repository at this point
Copy the full SHA b4cba5bView commit details -
fix(iam): cannot import service role with a principal in its path (#8692
) Fixes #8691 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 55eb7d7 - Browse repository at this point
Copy the full SHA 55eb7d7View commit details -
fix(ec2): VpcEndpoint AZ lookup fails for AWS services (#8386)
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*
Configuration menu - View commit details
-
Copy full SHA for 54e5c36 - Browse repository at this point
Copy the full SHA 54e5c36View commit details -
fix(cli): Python sample app template does not follow PEP8 (#8936)
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*
Configuration menu - View commit details
-
Copy full SHA for 0717919 - Browse repository at this point
Copy the full SHA 0717919View commit details -
docs(ecs): fix typo in awsLogs (#8878)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for c424c57 - Browse repository at this point
Copy the full SHA c424c57View commit details -
chore(stepfunctions): fix documentation for
Pass
state (#8944)---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for da6f0fd - Browse repository at this point
Copy the full SHA da6f0fdView commit details -
chore(deps-dev): bump lodash from 4.17.15 to 4.17.18 (#8949)
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>
Configuration menu - View commit details
-
Copy full SHA for ab321ef - Browse repository at this point
Copy the full SHA ab321efView commit details -
chore(deps-dev): bump lodash from 4.17.18 to 4.17.19 (#8952)
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>
Configuration menu - View commit details
-
Copy full SHA for a57f9f1 - Browse repository at this point
Copy the full SHA a57f9f1View commit details -
chore(deps): bump aws-sdk from 2.711.0 to 2.712.0 (#8954)
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>
Configuration menu - View commit details
-
Copy full SHA for a1b3091 - Browse repository at this point
Copy the full SHA a1b3091View commit details -
chore(appsync): reorganize code base to improve readability (#8933)
**[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*
Configuration menu - View commit details
-
Copy full SHA for 1bc8dfa - Browse repository at this point
Copy the full SHA 1bc8dfaView commit details
Commits on Jul 9, 2020
-
refactor(appsync): rename files to follow dash-case syntax (#8958)
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*
Configuration menu - View commit details
-
Copy full SHA for ba5b268 - Browse repository at this point
Copy the full SHA ba5b268View commit details -
chore(app-delivery): deprecate @aws-cdk/app-delivery (#8965)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Configuration menu - View commit details
-
Copy full SHA for 13248b3 - Browse repository at this point
Copy the full SHA 13248b3View commit details -
chore(deps-dev): bump fast-check from 1.25.1 to 1.26.0 (#8955)
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>
Configuration menu - View commit details
-
Copy full SHA for 165e5eb - Browse repository at this point
Copy the full SHA 165e5ebView commit details -
AWS CDK Team committed
Jul 9, 2020 Configuration menu - View commit details
-
Copy full SHA for e6bc7d5 - Browse repository at this point
Copy the full SHA e6bc7d5View commit details