-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Comparing changes
Open a pull request
base repository: aws/aws-cdk
base: v2.109.0
head repository: aws/aws-cdk
compare: v2.110.0
- 10 commits
- 35 files changed
- 9 contributors
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe4c518 - Browse repository at this point
Copy the full SHA fe4c518View commit details -
chore: add integ test for postgres with access to S3 bucket (#28000)
Add integ test for postgres with access to S3 bucket for import and export. ---- *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 2f26f78 - Browse repository at this point
Copy the full SHA 2f26f78View commit details -
chore(rds): support RDS for SQL Server 16.00.4085.2.v1 as major versi…
…on 2022 (#28029) This PR supports RDS for SQL Server 16.00.4085.2.v1 as major version 2022. https://aws.amazon.com/jp/about-aws/whats-new/2023/11/amazon-rds-sql-server-sql-server-major-version-2022/ ```bash ❯ aws rds describe-db-engine-versions --engine sqlserver-ee --query "DBEngineVersions[?EngineVersion=='16.00.4085.2.v1'].[DBEngineVersionDescription,EngineVersion,DBParameterGroupFamily,MajorEngineVersion,Status]" [ [ "SQL Server 2022 16.00.4085.2.v1", "16.00.4085.2.v1", "sqlserver-ee-16.0", "16.00", "available" ] ] ``` ---- *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 bf9bb3d - Browse repository at this point
Copy the full SHA bf9bb3dView commit details -
docs: Update template README.md (JavaScript, TypeScript) (#28003)
Use npx to run project-specific cdk, not a globally installed version. This ensures everybody working on the project uses the same version of the command-line interface. With the previous instructions, if anybody had `cdk` installed globally, e.g., via `npm install --global aws-cdk` or `homebrew install aws-cdk`, they would run that version. It seems desirable that everybody working on a CDK app uses the same version of the command-line interface, as specified in `package.json` (or `package-lock.json`). Example: Given a `package.json` which specifies `"aws-cdk": "2.104.0"` and a globally installed `cdk`, this can happen: ```shell $ cdk --version 2.108.1 (build 2320255) $ npx cdk --version 2.104.0 (build 3b99abe) ``` ---- *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 c00b974 - Browse repository at this point
Copy the full SHA c00b974View commit details -
docs(ec2): fix typo from Amazon Linux 2022 to Amazon Linux 2023 (#28033)
Document for AmazonLinux2023ImageSsmParameter has typo `amazon linux 2022`. https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.AmazonLinux2023ImageSsmParameter.html > Generates a SSM Parameter name for a specific amazon linux 2022 AMI. It seems to be code clone from AmazonLinux2022ImageSsmParameter. https://github.com/aws/aws-cdk/blob/2f26f78abec3ca313b18026e58eb24698baaa1f9/packages/aws-cdk-lib/aws-ec2/lib/machine-image/amazon-linux-2022.ts#L56 ---- *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 ca71980 - Browse repository at this point
Copy the full SHA ca71980View commit details -
feat: update AWS Service Spec (#28034)
AWS Service Spec packages to latest versions.
Configuration menu - View commit details
-
Copy full SHA for 1d1876c - Browse repository at this point
Copy the full SHA 1d1876cView commit details -
feat(lambda): support for advanced logging (#28039)
Structured logging enables automated analysis of the logs, thus enables customers to perform quick exploratory and automated monitoring the health of their applications, and helps them troubleshoot their production issues faster. Structured logging is now considered to be a monitoring best practice. Lambda is developing Advance Logging Controls to give developers and operators more control over their function logs. The feature allows customers to capture logs in JSON format and control the level of details in emitted logs. To ensure compatibility and enable these capabilities, four new fields (LogFormat, ApplicationLogLevel, SystemLogLevel, and LogGroup) will be added to the existing LoggingConfig structure. Also, even adding custom log group for Log group section to have the flexibility of changing the name instead of having it as default. This update empowers customers to define their logging behavior and efficiently manage their function logs, reflecting Lambda's commitment to delivering a user-friendly logging solution that addresses the evolving needs of users. ---- *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 3278c19 - Browse repository at this point
Copy the full SHA 3278c19View commit details -
chore(migrate): improve warning (#28025)
This feature is still under development and the warning isn't clear enough on that point. I also added in a small improvement to compare the input language as lowercase. No need to throw an error just because someone types TypeScript instead of typescript. ---- *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 2272fe4 - Browse repository at this point
Copy the full SHA 2272fe4View commit details -
AWS CDK Team committed
Nov 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 7480baf - Browse repository at this point
Copy the full SHA 7480bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6471f2 - Browse repository at this point
Copy the full SHA c6471f2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.109.0...v2.110.0