-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aws-cloudfront-s3): update construct to use origin access contro…
…ls; add support for CMK-encrypted buckets (#1038) * feat: upgrade aws-cloudfront-s3 to use oac instead of oai * feat: added testing and documentation notes * merge: alignment with #1037 * fix: version number for aws-cloudfront-s3 custom resource * fix: edits to custom resource package.json file * fix: issue with installing deps for custom resource * feat: create new S3OacOrigin, consolidate custom resources * chore: change bucket variable naming in 'aws-cloudfront-s3/lib/index.ts' * chore: consolidate custom resources, additional cleanup * chore: update resources/package.json file * chore: add resources dependency to aws-cloudfront-s3 package.json file * chore: edit source/package.json to revert workspaces specification * chore: add aws-cdk-lib to resources/package.json * chore: remove carat from aws-cdk-lib dependency * Update package.json * chore: pr updates * chore: pr updates * chore: update integ tests * chore: update package.json * fix: oac naming and resources/package.json * chore: add cfn suppression statements to custom resource providers where applicable * chore: cfn-nag statements for bucket deployments * chore: remove bucketDeployment samples * chore: update imports and integ tests * chore: update integ tests * chore: updated naming for `defaults.CloudFrontDistributionForS3` function * chore: edited comments for s3-oac-origin.ts * chore: minor organizational improvements to import statements * chore: update custom resource description; remove CWLogs policy statement * chore: naming and spelling * feat: add checking for duplicate key policies by sid * feat: re-add support for legacy HttpOrigin configs * chore: eslint * chore: more eslint * chore: cfn-nag * feat: add printWarning for customers using HttpOrigin * fix: remove warning prefix * chore: add comment on default key policy name specification * chore: additional testing, readme updates * feat: refactored props for createCloudFrontDistributionForS3() * chore: print warnings language updates * chore: switch file naming for shared functions in resources/ * chore: update imports in resources/ * feat: overwrite existing key policy, update unit tests * fix: pass id from the top level through to createCloudFrontDistributionForS3 * chore: update integration tests
- Loading branch information
Showing
42 changed files
with
5,766 additions
and
410 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
source/patterns/@aws-solutions-constructs/aws-cloudfront-s3/.eslintignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
lib/*.js | ||
lib/**/*.js | ||
test/*.js | ||
*.d.ts | ||
coverage | ||
test/lambda/index.js | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.