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

fix(custom-resources): incorrect sdkv3 fallback #26693

Merged
merged 9 commits into from
Aug 10, 2023
Merged

Commits on Aug 9, 2023

  1. fix(custom-resources): incorrect sdkv3 fallback

    Fixes logic within the aws-sdk-v3-handler for AwsCustomResource to
    behave more like the v2 handler, in so much as if `installLatestSdk`
    fails, but it can still require the package it was attempting to
    install, it will continue.
    
    This makes the runtime more friendly to deploying your constructs across
    regions that may or may not have access to npm within the lambda
    runtime.
    MrArnoldPalmer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    528f25c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b8a299 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. snapshots

    MrArnoldPalmer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    335917c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7843de View commit details
    Browse the repository at this point in the history
  3. snapshots

    MrArnoldPalmer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7959d6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fba757 View commit details
    Browse the repository at this point in the history
  5. more snapshots

    MrArnoldPalmer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    43729cc View commit details
    Browse the repository at this point in the history
  6. snappity snaps

    MrArnoldPalmer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    be5b450 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe44349 View commit details
    Browse the repository at this point in the history