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

merging the latest changes #1

Merged
merged 450 commits into from
May 24, 2024
Merged

merging the latest changes #1

merged 450 commits into from
May 24, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    c62f846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bd9f21 View commit details
    Browse the repository at this point in the history
  3. Remove self-logging

    biffgaut committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    fa79ece View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94a26ea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #882 from awslabs/bump/2.30.0

    chore(release): 2.30.0
    biffgaut committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    5b2fb38 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #883 from awslabs/merge-back/2.30.0

    chore(merge-back): 2.30.0
    biffgaut committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    1981213 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. chore(integration test stack descriptions): Corrected inaccurate inte…

    …g test stack descriptions (#884)
    
    * Corrected inaccurate integ test stack descriptions
    
    * Update snapshots with new stack descriptions
    biffgaut committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4a499de View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    684e661 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. feat(aws-apigateway-*): add optional request templates for non-defaul…

    …t content-types. (#888)
    
    * Add optional request templates for non-default content-types.
    
    * Add optional request templates properties to apigateway constructs.
    
    * Update READMEs to include new optional request template properties.
    
    * remove a blank line.
    
    * Add unit test for new additionalRequestTemplate property on apigateway-helper
    
    * Add optional integration response properties to the apigateway-based constructs.
    
    * Fix failing unit test in apigateway-helper.
    
    * Address PR feedback.
    
    * Update docs and add new test to apigateway helper to validate request template content types.
    georgebearden committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ace70f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Changes planned (#893)

    biffgaut committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e6e833a View commit details
    Browse the repository at this point in the history
  2. chore(all code): address deprecated api (#892)

    * Change AddDependsOn to AddDependency
    
    * Remove originAccessIdentityName
    
    * Remove ssm string parameter Type references
    
    * Removed PRIVATE_WITH_NAT
    
    * Remove references to VpcProps.cidr
    
    * Remove duplicate ec2 import
    
    * Remove several duplicate import ec2 lines
    
    * One more VpcProps.cidr reference
    biffgaut committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    902c97c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. feat(aws-iot-lambda-dynamodb): add vpc and environment variable name …

    …to construct interface (#894)
    
    * Changes planned
    
    * Initial implentation
    biffgaut committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8ee687a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24deddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    393a878 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #895 from awslabs/bump/2.31.0

    chore(release): 2.31.0
    biffgaut committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5036fae View commit details
    Browse the repository at this point in the history
  5. Merge pull request #896 from awslabs/merge-back/2.31.0

    chore(merge-back): 2.31.0
    biffgaut committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8fe04b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Update README.md

    biffgaut committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a493e31 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    biffgaut committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8a6cc12 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. feat(aws-wafwebacl-agigateway): enable govcloud (#900)

    * Remove hardcoded partition
    
    * Use partition where mistakenly pasted Region
    
    * Use same pattern for region
    
    * Update integration tests
    biffgaut committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    dd19d93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81acfc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc4da8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #901 from awslabs/bump/2.32.0

    chore(release): 2.32.0
    biffgaut committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3524367 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #902 from awslabs/merge-back/2.32.0

    chore(merge-back): 2.32.0
    biffgaut committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f1a51ce View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. feat(aws-apigateway-dynamodb): add optional resourceName parameter (#898

    )
    
    * feat(aws-apigateway-dynamodb): add optional resourceName parameter
    
    * test(aws-apigateway-dynamodb): add resourceName test
    
    * docs(aws-apigateway-dynamodb): add resourceName documentation
    
    ---------
    
    Co-authored-by: biffgaut <78155736+biffgaut@users.noreply.github.com>
    fargito and biffgaut committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    09e54ec View commit details
    Browse the repository at this point in the history
  2. chore(copyright): Remove year from copyright notice (#905)

    * Update copyright.
    
    * update snapshots after copyright header change.
    
    * update snapshots after copyright header change.
    
    * update snapshots after copyright header change.
    
    * update snapshots after copyright header change.
    georgebearden committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    dc48e48 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. chore(core): change helper functions to return response objects (#904)

    * Changed API functions to return response objects
    
    * Fix remaining references to API helper functions
    
    * One more reference to API Helper function
    
    * CloudFront and lambda-sagemakerendpoint
    
    * updated dynamodb
    
    * Format errors
    
    * Adjust Elasticsearch
    
    * Includes S3, apigateway
    
    * Missed Apigateway reference
    
    * Upated fargate-helper
    
    * One missed fargate reference
    
    * One more fargate
    
    * Fargate existing resource misses
    
    * More fargate references
    
    * missing whitespace
    
    * all sns changes
    
    * step functions
    
    * sqs referencex
    
    * Another sqs reference
    
    * lambda-sqs-lambda
    
    * one more
    
    * nettlesome flummery
    
    * Sagemaker Return values
    
    * Clean up, ensure consistency
    
    * Address Review Issues
    biffgaut committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    de47a16 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. fix(core) prevent lambda id conflict with multiple buildLambdaFunctio…

    …n() calls in the same stack (#910)
    alsoknownasdrew committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0fdeea4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    7b00894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c262170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78bc38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ee08be View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    ad9da94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #914 from awslabs/bump/2.33.0

    chore(release): 2.33.0
    biffgaut committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    7d044b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #915 from awslabs/merge-back/2.33.0

    chore(merge-back): 2.33.0
    biffgaut committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    58e726f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. chore(core): Add warnings about using core functions from outside of …

    …Solutions Constructs (#917)
    
    * Add file header warning
    
    * Add function header comments
    
    * Use latest CDK to address .NET version issue
    
    * Fix 2 typos
    
    * One last typo
    biffgaut committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7321f86 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. fix(StepFunctions): Address LogGroup behavior problems (#922)

    * Implementation
    
    * Clean up some code cruft
    biffgaut committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    84e581c View commit details
    Browse the repository at this point in the history
  2. Update package.json

    biffgaut committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d07fbf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    e63c865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e038553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    452b2f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #927 from awslabs/bump/2.34.0

    chore(release): 2.34.0
    biffgaut committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    bc4b391 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #928 from awslabs/merge-back/2.34.0

    chore(merge-back): 2.34.0
    biffgaut committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    c489cca View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. chore(core): migrate to assertions (#929)

    * First two test updates
    
    * chore(core): migrate to assertions
    
    * Remove old lib, final few modules
    biffgaut committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c27373d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    751ae27 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    b2f8253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b3cd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #931 from awslabs/bump/2.35.0

    chore(release): 2.35.0
    biffgaut committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b4bbe63 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. chore(assertion): migrate all tests to assertions library (#933)

    * stash first change
    
    * First draft of assertion migration
    
    * Fix errors introduced to core
    
    * Cleanup
    
    * Cleanup
    
    * Cleanup
    
    * CLeanup
    biffgaut committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    66a4266 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    2312845 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #932 from awslabs/merge-back/2.35.0

    chore(merge-back): 2.35.0
    biffgaut committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    73ddae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b572a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    ea1c636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bdfb41 View commit details
    Browse the repository at this point in the history
  3. chore(version): Upgraded CDK

    biffgaut committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5ee518c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #938 from awslabs/bump/2.36.0

    chore(release): 2.36.0
    biffgaut committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d511202 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #939 from awslabs/merge-back/2.36.0

    chore(merge-back): 2.36.0
    biffgaut committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7339ba4 View commit details
    Browse the repository at this point in the history
  6. fix(s3-bucket-helper): not populating response.loggingBucket when buc…

    …ket supplied (#934)
    
    * Set loggingBucket in response
    
    * Remove underscore prefixes
    
    * Adjust construct to continue to pass test
    biffgaut committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b65986d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. fix(all constructs): use aws.partition where value could refer to gov…

    …cloud (#941)
    
    * Use Aws.Partition where it could include govCloud
    
    * roll back unneeded changes to overrideParams
    
    * Fix Errors
    
    * REmove .partition change from Integration test
    biffgaut committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e4cc3c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update CDK to 2.71.0 (#942)

    biffgaut committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7eec914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd9485 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. chore(all)): Replace all Node 14 references with Node 16 (#944)

    * Replace Node 14 w/ Node 16
    
    * Update use cases to node 16
    biffgaut committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    cace1e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    24f14ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d15e34 View commit details
    Browse the repository at this point in the history
  3. chore(version): Upgraded CDK

    biffgaut committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b277631 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #946 from awslabs/bump/2.37.0

    chore(release): 2.37.0
    biffgaut committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    43d3fd7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #947 from awslabs/merge-back/2.37.0

    chore(merge-back): 2.37.0
    biffgaut committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    08114e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. fix(s3-constructs): accommodate s3 change that disables acls by defau…

    …lt (#949)
    
    * Remove access Control override (avoid ACLs)
    
    * Remove all S3 ACLs and adjust tests accordingly
    
    * Two more constructs
    biffgaut committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    46d02cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df448f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b559f14 View commit details
    Browse the repository at this point in the history
  4. chore(version): Upgraded CDK

    biffgaut committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    21fa8b7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #950 from awslabs/bump/2.38.0

    chore(release): 2.38.0
    biffgaut committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    adebe8c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #951 from awslabs/merge-back/2.38.0

    chore(merge-back): 2.38.0
    biffgaut committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    44f5d37 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    3e46579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f42abe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7c405c View commit details
    Browse the repository at this point in the history
  4. chore(version): Upgraded CDK

    biffgaut committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    c26f470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01239d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aabee8d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #955 from awslabs/bump/2.39.0

    chore(release): 2.39.0
    biffgaut committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    316fb15 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #956 from awslabs/merge-back/2.39.0

    chore(merge-back): 2.39.0
    biffgaut committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    18ac14b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. chore(all): address code smells identified by sonarqube (#960)

    * Address Code Smells
    
    * Clean up typos in fargate-dynamodb
    
    * Typos, remove undefined assignments
    
    * Typos
    
    * Typos
    
    * Update CloudFront Integ
    
    * Update Sonar Coverage List
    biffgaut committed May 1, 2023
    Configuration menu
    Copy the full SHA
    344f150 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. fix(aws-alb-fargate): change container used to launch integ tests (#962)

    * Change Docker Containter used for test
    
    * Delete commented code, add comments re: container
    
    * More cuts
    biffgaut committed May 4, 2023
    Configuration menu
    Copy the full SHA
    30ba7d9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Update README.md (#963)

    biffgaut committed May 10, 2023
    Configuration menu
    Copy the full SHA
    eae0b05 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    8ca5242 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. chore(constructs): upgrade to cdk v2.81.0 (#967)

    * Use latest CDK in cdk-integ
    
    * Upgrade CDK to v2.81.0
    
    * Update Viperlight Line Exemptions
    
    * Suppress cfn-nag rules for CDK AutoDelete Objects
    
    * Add cfn-nag suppressions to snapshots
    
    * eslint brush
    biffgaut committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c973cd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Address Issue965 (#969)

    biffgaut committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    8877cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    387dec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d14b4e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cd3f8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #970 from awslabs/bump/2.40.0

    chore(release): 2.40.0
    biffgaut committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    6481bdd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Merge pull request #971 from awslabs/merge-back/2.40.0

    chore(merge-back): 2.40.0
    biffgaut committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    5fa13d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    1649417 View commit details
    Browse the repository at this point in the history
  2. Define CDK Versions

    biffgaut committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fce37f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #972 from awslabs/bump/2.41.0

    chore(release): 2.41.0
    biffgaut committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c647fa7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #973 from awslabs/merge-back/2.41.0

    chore(merge-back): 2.41.0
    biffgaut committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    045a1a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. feat(new construct): aws-openapigateway-lambda (#912)

    * README for new openapi-based apigatway-to-lambda construct.
    
    * fix(core) prevent lambda id conflict with multiple buildLambdaFunction() calls in the same stack (#910)
    
    * chore(release): 2.33.0
    
    * chore(release prep): Update CHANGELOG.md and align-version.js
    
    * Freeze @types/node version in cdk-integ
    
    * Freeze @types/node version in cdk-integ
    
    * Update step functions integ tests
    
    * chore(core): Add warnings about using core functions from outside of Solutions Constructs (#917)
    
    * Add file header warning
    
    * Add function header comments
    
    * Use latest CDK to address .NET version issue
    
    * Fix 2 typos
    
    * One last typo
    
    * fix(StepFunctions): Address LogGroup behavior problems (#922)
    
    * Implementation
    
    * Clean up some code cruft
    
    * Update package.json
    
    * chore(release): 2.34.0
    
    * chore(release-prep): Updated CHANGELOG.md and align-version.js
    
    * chore(release-prep): align-version.js
    
    * chore(core): migrate to assertions (#929)
    
    * First two test updates
    
    * chore(core): migrate to assertions
    
    * Remove old lib, final few modules
    
    * Update the cloudfront-to-s3 construct to correctly set the logging bucket property. (#930)
    
    * Update README
    
    * Update openapigateway-to-lambda README
    
    * Update README/architecture for openapigateway-to-lambda.
    
    * Add openapigateway-to-lambda code and initial tests
    
    * update openapigateway-to-lambda package.json dependency versions.
    
    * Update openapigateway-to-lambda
    
    * Update openapigateway README
    
    * don't depend on NodeJsFunction docker env
    
    * Update openapigateway-to-lambda README to reflect actual construct API.
    
    * temp commit
    
    * Update snapshot test for openapigateway-to-lambda construct.
    
    * fix package.json version field
    
    * update snapshot
    
    * update openapigateway-to-lambda custom resource to suppress standard cfn nag warnings.
    
    * [wip] resources project
    
    * fix dependency self reference on new resources module
    
    * fix dependency self reference on new resources module
    
    * Add integ test to the template writer resource.
    
    * Add integ tests to template-writer resource.
    
    * Update template-writer resource integ tests to clean up test buckets automatically
    
    * Add additinal tests to get 100% coverage on aws-openapigateway-lambda
    
    * Add additional integration tests to template resource writer and aws-openapigateway-lambda.
    
    * remove eslintignore line that was obsolete
    
    * cleanup eslint ignore and update openapigateway-to-lambda props.
    
    * Update python/java code samples for openapigateway-to-lambda.
    
    * Update openapigateway-to-lambda README
    
    * Update resources README
    
    * Update resources integ test
    
    * update resources integ test snapshot
    
    * Update integ test snapshots for aws-openapigateway-lambda.
    
    * Update aws-openapigateway-lambda construct to trigger api deployments anytime the incoming api template changes or any time the lambda functions change.
    
    * Add new integ test for cognito authorizer on aws-openapigateway-lambda construct.
    
    * address minor pr feedback.
    
    * Remove integration tests that use BucketDeployment as the asset hash of the AwsCliLayer changes outside our control.
    
    * Remove integration tests that use BucketDeployment as the asset hash of the AwsCliLayer changes outside our control.
    
    * Address pr feedback.
    
    Add new template writer integration test for transforming large template with several thousand substitutions
    Several new comments/documentation to make the obscure less so, hopefully>
    
    * Add additional tests to aws-openapigateway-lambda construct.
    
    * Update integ tests after latest cdk lib update.
    
    * Add optional construct id parameter to the buildLambdaFunction function.
    
    * Update aws-openapigateway-lambda property descriptions to better explain optional custom resource values.
    
    ---------
    
    Co-authored-by: Andriy <andriy.frankevych@gmail.com>
    Co-authored-by: AWS Solutions Constructs Automation <aws-solutions-constructs-team@amazon.com>
    Co-authored-by: biffgaut <biffgaut@amazon.com>
    Co-authored-by: biffgaut <78155736+biffgaut@users.noreply.github.com>
    5 people committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    09465d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    f593658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca09f8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #984 from awslabs/bump/2.42.0

    chore(release): 2.42.0
    biffgaut committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8f3cd2e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #985 from awslabs/merge-back/2.42.0

    chore(merge-back): 2.42.0
    biffgaut committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    555ff39 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. feat(aws-openapi-lambda): make names unique (#987)

    * Adjust names of functions and RestAPIs
    
    * Cleanup some debugging scraps
    
    * Minor fix requires new snapshots
    
    * Remove leftover file
    biffgaut committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    be9997a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    cce1dce View commit details
    Browse the repository at this point in the history
  2. feat(new construct): aws-lambda-kendra (#989)

    * Use V2 cdk-integ-assert
    
    * Add lambda-kendra implementation
    
    * Replace accidentally deleted line
    
    * Final tweaks after self review
    
    * Add missing Arch diagram
    
    * Address Code Review Comments
    
    * eslint nit
    biffgaut committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    24fe018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d74e718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6bd79c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #992 from awslabs/bump/2.43.0

    chore(release): 2.43.0
    biffgaut committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5a553fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #993 from awslabs/release-v2

    hotfix(all): merge changes from interrupted 2.43.0 pipeline into main
    biffgaut committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0666ef5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ab57ec View commit details
    Browse the repository at this point in the history
  8. Merge pull request #994 from awslabs/r2-43-1

    fix(aws-lambda-kendra): remove extra package.json contents
    biffgaut committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f28f938 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    8616451 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.43.1 (#995) (#996)

    * Remove extra package.json contents
    
    * chore(release): 2.43.1
    
    ---------
    
    Co-authored-by: AWS Solutions Constructs Team <67720492+aws-solutions-constructs-team@users.noreply.github.com>
    biffgaut and aws-solutions-constructs-team committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c741d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7cab76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b385baf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8f8ae0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #998 from awslabs/bump/2.44.0

    chore(release): 2.44.0
    biffgaut committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ec8d629 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #999 from awslabs/merge-back/2.44.0

    chore(merge-back): 2.44.0
    biffgaut committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a3228e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    e4b5ce0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    2ee6987 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Update Code Smell omissions (#1004)

    Only changes are moved/added comment lines to satisfy build tools
    biffgaut committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    88ef679 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. chore(sonarqube): address more code smells (#1005)

    * Clean Up Code Smells - isolate service prop tests
    
    * Added 2 missing constructs to  Sonarqube coverage
    biffgaut committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    aae3781 View commit details
    Browse the repository at this point in the history
  2. Code Smells (#1006)

    biffgaut committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    450c518 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    004fcf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    beda875 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. chore(all): reduce cognitive complexity (#1009)

    * extract s3 and sqs prop checking
    
    * removed alb bucket check from CheckS3Props
    
    * Check VPC and S3 props
    biffgaut committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    73172bb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix(all): typos (#1010)

    * fix: typos
    
    * fix: typos
    fisenkodv committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0787baf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    4092f24 View commit details
    Browse the repository at this point in the history
  2. Move Alb Prop checks (#1013)

    biffgaut committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7405ed6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    035ea20 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. chore(all): reduce cognitive complexity, distribute prop checking code (

    #1016)
    
    * Finish emptying CheckProps()
    
    * Remove CheckProps
    
    * Typo
    
    * remove stray imports
    
    * Distribute and remove input-valdation.test.ts
    
    * Remove redundant comments
    
    * minor eslint format error
    biffgaut committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1a15512 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    4f4273d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Minor syntax adjustments for select README files (#1018)

    * docs: syntax changes for doc generator
    
    * chore: re-apply copyright banner at bottom of construct page
    hayesry committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8f76f0c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. chore(all): perform updates required to move to latest cdk version (#…

    …1019)
    
    * Fix stray version number
    
    * First round of updates
    
    * Lock in cdk-integ upgrade (avoid revert)
    
    * Update integration snapshots
    biffgaut committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e94cd5a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    f307ce2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad9a27 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1020 from awslabs/bump/2.45.0

    chore(release): 2.45.0
    biffgaut committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b1582d4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1021 from awslabs/merge-back/2.45.0

    chore(merge-back): 2.45.0
    biffgaut committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    088c678 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    477d26b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix(aws-eventbridge-sns): long sns topic names break eventbridge bind…

    …ings (#1024)
    
    * Explicitly set event schedule binding to Topic
    
    * Remove .only tag from test
    biffgaut committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9da7065 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    f24161a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1323a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    822c7b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    eb622e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e9396 View commit details
    Browse the repository at this point in the history
  3. More viperlight lines

    biffgaut committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6c44739 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36bab13 View commit details
    Browse the repository at this point in the history
  5. Fix error

    biffgaut committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    55df93c View commit details
    Browse the repository at this point in the history
  6. Typos

    biffgaut committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e2428a3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1025 from awslabs/bump/2.46.0

    chore(release): 2.46.0
    biffgaut committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e9db892 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1026 from awslabs/merge-back/2.46.0

    chore(merge-back): 2.46.0
    biffgaut committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    630a57a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. chore(all): integration test cleanup (#1027)

    * Add autoDelete, fix name conflicts in integ tests
    
    * Lock JSII version to avoid Docker container issue
    
    * Suppress cfn-nag messages for CDK Custom Resource
    
    * Refresh tests with cfn-nag stuff
    
    * delete objects from log buckets
    biffgaut committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c350b81 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix(aws-apigateway-sqs): Remove /message path when delete method is n…

    …ot allowed (#1030)
    
    * Fix remove unnecessary message path
    
    * Update integration test expected results
    
    * Fix lint issues
    joe-king-sh committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f772200 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Upgrade CDK, no rollback

    EC2 Default User committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2ef06b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    60a42bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a581fc View commit details
    Browse the repository at this point in the history
  3. Revert "Upgrade CDK, no rollback"

    This reverts commit 2ef06b5.
    aws-solutions-constructs-team committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7831dd1 View commit details
    Browse the repository at this point in the history
  4. chore(all): upgrade CDK version (#1031)

    * Refresh tests affected by CDK upgrarde
    
    * Upgrade CDK, no rollback
    
    * Update new line locations
    
    * Suppress CDK cfn-nag issues
    
    ---------
    
    Co-authored-by: AWS Solutions Constructs <aws-solutions-constructs-team@amazon.com>
    Co-authored-by: EC2 Default User <ec2-user@ip-10-0-0-195.ec2.internal>
    3 people committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    406591c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    9a9c4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    385eb36 View commit details
    Browse the repository at this point in the history
  3. Reset CDK Version

    biffgaut committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c2b0cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8410e6f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1032 from awslabs/bump/2.47.0

    chore(release): 2.47.0
    biffgaut committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    498ea12 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1033 from awslabs/merge-back/2.47.0

    chore(merge-back): 2.47.0
    biffgaut committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bd890d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore(all): complete integration support infrastructure to reduce fal…

    …se positives in security scan (#1034)
    
    * CLean up false positives in scan
    
    * Suppress warnings
    
    * Clean up new Lambda functions
    biffgaut committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    22f9aa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    41e99d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore(all): clean up bucket behavior in integration tests (#1037)

    * Clean up bucket behavior in integration tests
    
    * Suppress CDK Custom Resource messages
    
    ---------
    
    Co-authored-by: AWS Solutions Constructs <aws-solutions-constructs-team@amazon.com>
    biffgaut and aws-solutions-constructs-team committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    86d8ac2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    733fb35 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. feat(cloudfront constructs): add s3 access logging to cloudfront acce…

    …ss log buckets by default (#1042)
    
    * Add S3 Access Logging to CloudFront log buckets
    
    * Suppress cfn_nag warning
    
    * Default to all constructs
    biffgaut committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    51ec028 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. feat(aws-cloudfront-apigateway-lambda): require explicit authenticati…

    …on type (#1044)
    
    * Implement Issue1043
    
    * Refresh wafapi tests
    
    * Update README, stop override warning for auth type.
    biffgaut committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    720dec5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. chore(aws-lambda-sqs): add a test that explicitly creates a cmk key (#…

    …1045)
    
    * Add a test that creates a CMK
    
    * Ensure CMK key is cleaned up when test is torn down
    biffgaut committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a017f27 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. 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
    hayesry committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    012f9e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a3f2b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea9c3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    573df48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a51cf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2fd8ff View commit details
    Browse the repository at this point in the history
  7. Udpate CDK build version

    biffgaut committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1349e1e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1046 from awslabs/bump/2.48.0

    chore(release): 2.48.0
    biffgaut committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bd20e64 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1047 from awslabs/merge-back/2.48.0

    chore(merge-back): 2.48.0
    biffgaut committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    50f7910 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55ee407 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    a54a318 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    287dabe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193e70f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a17f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1054 from awslabs/bump/2.49.0

    chore(release): 2.49.0
    biffgaut committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4a01787 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1055 from awslabs/merge-back/2.49.0

    chore(merge-back): 2.49.0
    biffgaut committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1a4cc41 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update README.md

    georgebearden committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9e67d27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1058 from awslabs/aws-dynamodbstreams-lambda-read…

    …me-update
    
    fix(aws-dynamodbstreams-lambda) Documentation Update
    biffgaut committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d452c0e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. chore(all): remove vestiges of v1 support (#1062)

    * Before updating package.json files
    
    * Update ALL package.json files
    
    * One straggler
    
    * Reduce complexity
    
    * minor cleanup
    biffgaut committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0e9b833 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    f5d2403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3e2da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5df86cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1064 from awslabs/bump/2.50.0

    chore(release): 2.50.0
    biffgaut committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fd84315 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1065 from awslabs/merge-back/2.50.0

    chore(merge-back): 2.50.0
    biffgaut committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4f6a825 View commit details
    Browse the repository at this point in the history
  6. Add caret (#1066)

    biffgaut committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    39570aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32af2f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59da185 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1067 from awslabs/bump/2.51.0

    chore(release): 2.51.0
    biffgaut committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e1af866 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1068 from awslabs/merge-back/2.51.0

    chore(merge-back): 2.51.0
    biffgaut committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5d5e014 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. chore(all): switch to integ-runner (#1069)

    * Remove cdk-integ commands
    
    * stragglers
    
    * First cut - aws-sns-sqs
    
    * Mass updates
    
    * fix version tag for alpha library
    
    * More imports and test structures
    
    * Builds with null integ test scripts
    
    * Final Build of main library
    
    * Ignore ELB account
    
    * Update integ entries
    
    * Fix two colon typo, add integ entries
    
    * Update build to copy new templates for cfn_nag
    
    * Skip DeployAssert templates
    
    * Fix variable name in DeployAssert check
    
    * delete my personal utilities
    
    * Replace suppressAutoDeleteCfnNagWarnings with suppressCustomHandlerCfnNagWarnings
    
    * Handle new custom resources, delete cdk-integ folder
    
    * Move pointers after test refresh
    biffgaut committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c48e70d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. chore(use-cases): switch to use integ-runner (#1071)

    * Remove Wild Ryde dependency
    
    * New package.json for test with multiple stacks
    
    * Switch test tool
    
    * Ignore compressed test web site
    biffgaut committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4e88538 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. chore(search constructs): enable disabled tests (#1073)

    * Enable disabled tests
    
    * Supress cfn_nag errors for CDK custom resource
    
    * Suppress cfn-nag messages for vpc test refresh
    
    * leftovers
    biffgaut committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8909f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf8681 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix(npmlog): update npmlog version (#1075)

    * Ugrade npmlog version
    
    * Upgrade version for types file
    
    * reset cdk and constructs versions to 0.0.0
    
    * Remove deprecated aws-cdk-migration
    
    * Adjust @types/npmlog version
    
    * Try types agaion
    biffgaut committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    968639a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9afe444 View commit details
    Browse the repository at this point in the history
  3. Release adjustments

    biffgaut committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ccc5b8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    467db42 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1076 from awslabs/bump/2.52.0

    chore(release): 2.52.0
    biffgaut committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c9ce18d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1078 from awslabs/merge-back/2.52.0

    chore(merge-back): 2.52.0
    biffgaut committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b7cdf3d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fix(all): correct aws-cdk-lib version in peerdependency (#1081)

    * Update aws-cdk-lib version on peerDependencies
    
    * Missed this one
    
    * More packages updated with a caret
    
    * Integration test snapshot cleanup
    biffgaut committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1ad214d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    701477d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca80783 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1083 from awslabs/bump/2.52.1

    chore(release): 2.52.1
    biffgaut committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6dec9d5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1084 from awslabs/merge-back/2.52.1

    chore(merge-back): 2.52.1
    biffgaut committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f7340bf View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update CHANGELOG.md

    biffgaut committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8462ecd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    72c3768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3efaa49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1a111d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1087 from awslabs/bump/2.53.0

    chore(release): 2.53.0
    biffgaut committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b03585f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1088 from awslabs/merge-back/2.53.0

    chore(merge-back): 2.53.0
    biffgaut committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    297a4a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    a986491 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1090 from awslabs/Issue1089

    fix(step-functions):no longer attempt to modify cloudwatch logs permissions for state machines
    biffgaut committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    94285eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf318b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb283a6 View commit details
    Browse the repository at this point in the history
  5. chore(version): Upgraded CDK

    biffgaut committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    57587f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1091 from awslabs/bump/2.54.0

    chore(release): 2.54.0
    biffgaut committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8b25cd5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1092 from awslabs/merge-back/2.54.0

    chore(merge-back): 2.54.0
    biffgaut committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1598893 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix(openapigateway-to-lambda): refine python example in README based …

    …on deployed code (#1093)
    
    * Refine python example of openapigateway-to-lambda
    
    * Update README.md
    georgebearden committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    57738a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    ad15680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78bfb86 View commit details
    Browse the repository at this point in the history
  3. Update release info

    biffgaut committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d7e53a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f25472a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1096 from awslabs/bump/2.54.1

    chore(release): 2.54.1
    biffgaut committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    987d1ba View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    biffgaut committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cc14a60 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1099 from awslabs/merge-back/2.54.1

    chore(merge-back): 2.54.1
    biffgaut committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8f4b82b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix(kms): do not use fixed name when building kms key constructs (#1103)

    * Ensure anything creating a Key uses an id argument in name
    
    * Added test to check Issue 1101
    biffgaut committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a5fa0f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ede52f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f788b1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1105 from awslabs/bump/2.55.0

    chore(release): 2.55.0
    biffgaut committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    67cece2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1106 from awslabs/merge-back/2.55.0

    chore(merge-back): 2.55.0
    biffgaut committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dca402c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat(s3): constructs factories - create well architected s3 buckets (#…

    …1110)
    
    * Establish baseline package.json
    
    * Remove extra aws-cdk line
    
    * Initial Implementation
    
    * Documentation and new tests
    
    * Fix typos
    
    * Suppress no logging finding
    
    * Suppress findings from CDK custom resources
    
    * Fix last DDB reference
    
    * Address Ryan's typo comment
    
    * Make props arg required for factory so it matches constructs
    
    * Fix error in jest test
    biffgaut committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f561cf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea18a0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbaa259 View commit details
    Browse the repository at this point in the history
  4. chore(version): Upgraded CDK

    biffgaut committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4cdd2e0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1111 from awslabs/bump/2.56.0

    chore(release): 2.56.0
    biffgaut committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c098534 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1112 from awslabs/merge-back/2.56.0

    chore(merge-back): 2.56.0
    biffgaut committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8dafd18 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix(utils): address issues in printing override warnings (#1113)

    * Override Changes, update template-writer
    
    * Add jsii-rosetta to package.json
    
    * Add python and java examples
    
    * Update key policy resource testing
    
    * Suppress cfn_nag on test resources
    
    * Remove debug statement
    
    * Replace missing apostrophe
    biffgaut committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1732949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0728dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20cbcfa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1116 from awslabs/bump/2.57.0

    chore(release): 2.57.0
    biffgaut committed May 6, 2024
    Configuration menu
    Copy the full SHA
    db1c540 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1117 from awslabs/merge-back/2.57.0

    chore(merge-back): 2.57.0
    biffgaut committed May 6, 2024
    Configuration menu
    Copy the full SHA
    55fca43 View commit details
    Browse the repository at this point in the history