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

Support alternative method of passing Presigned params #178

Merged
merged 11 commits into from
Feb 29, 2024

Commits on Feb 28, 2024

  1. Support alternative method of passing Presigned params

    If there is a presign param, we need to decode it and add it to the args. This is to provide a secondary way to pass pre-sign params, as using them in a Lambda function URL invocation will trigger a Lambda error.
    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cd2e976 View commit details
    Browse the repository at this point in the history
  2. Add env for tests

    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1e7da5d View commit details
    Browse the repository at this point in the history
  3. Set env vars

    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2c8cfea View commit details
    Browse the repository at this point in the history
  4. Show env

    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    515735d View commit details
    Browse the repository at this point in the history
  5. Forward env

    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dab01d0 View commit details
    Browse the repository at this point in the history
  6. Fix vars

    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    97c38e8 View commit details
    Browse the repository at this point in the history
  7. Add missing item

    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ac05940 View commit details
    Browse the repository at this point in the history
  8. Update script

    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c7db344 View commit details
    Browse the repository at this point in the history
  9. npx jest

    joehoyle committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    be69efa View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. PR feedback

    joehoyle committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8a3a703 View commit details
    Browse the repository at this point in the history
  2. Use Object.fromEntries()

    joehoyle committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    36d08bf View commit details
    Browse the repository at this point in the history