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

feat(lambda): add support for ephemeral storage #19552

Merged
merged 31 commits into from
Apr 1, 2022

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    3a70f66 View commit details
    Browse the repository at this point in the history
  2. add missing semicolon

    robertd committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5a5ea1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986f671 View commit details
    Browse the repository at this point in the history
  4. update readme

    robertd committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    2b8e85a View commit details
    Browse the repository at this point in the history
  5. add tests

    robertd committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    69a00ee View commit details
    Browse the repository at this point in the history
  6. minor change

    robertd committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    447ad15 View commit details
    Browse the repository at this point in the history
  7. Update packages/@aws-cdk/aws-lambda/lib/function.ts

    Co-authored-by: Kaizen Conroy <36202692+kaizen3031593@users.noreply.github.com>
    robertd and kaizencc committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ce255fd View commit details
    Browse the repository at this point in the history
  8. Update packages/@aws-cdk/aws-lambda/lib/function.ts

    Co-authored-by: Kaizen Conroy <36202692+kaizen3031593@users.noreply.github.com>
    robertd and kaizencc committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3f58ab3 View commit details
    Browse the repository at this point in the history
  9. Update packages/@aws-cdk/aws-lambda/test/function.test.ts

    Co-authored-by: Kaizen Conroy <36202692+kaizen3031593@users.noreply.github.com>
    robertd and kaizencc committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ef22c8f View commit details
    Browse the repository at this point in the history
  10. Update packages/@aws-cdk/aws-lambda/README.md

    Co-authored-by: Kaizen Conroy <36202692+kaizen3031593@users.noreply.github.com>
    robertd and kaizencc committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5227a3a View commit details
    Browse the repository at this point in the history
  11. Update packages/@aws-cdk/aws-lambda/lib/function.ts

    Co-authored-by: Kaizen Conroy <36202692+kaizen3031593@users.noreply.github.com>
    robertd and kaizencc committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    39ed82d View commit details
    Browse the repository at this point in the history
  12. fix few minor suggestions

    robertd committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f14691b View commit details
    Browse the repository at this point in the history
  13. minor

    robertd committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e25f2d8 View commit details
    Browse the repository at this point in the history
  14. lint

    robertd committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    617a4fe View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Update packages/@aws-cdk/aws-lambda/README.md

    Co-authored-by: Madeline Kusters <80541297+madeline-k@users.noreply.github.com>
    robertd and madeline-k committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    eec7cf2 View commit details
    Browse the repository at this point in the history
  2. add tests using Size

    robertd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    8340dbf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'lambda-ephemeral-storage' of github.com:robertd/aws-cdk…

    … into lambda-ephemeral-storage
    robertd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5be64bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed15836 View commit details
    Browse the repository at this point in the history
  5. fix readme

    robertd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f2cf8af View commit details
    Browse the repository at this point in the history
  6. update readme

    robertd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    cd9bc2d View commit details
    Browse the repository at this point in the history
  7. fix rosetta

    robertd committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9d51de0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    b4172fb View commit details
    Browse the repository at this point in the history
  2. Update packages/@aws-cdk/aws-lambda/lib/function.ts

    Co-authored-by: Rico Huijbers <rix0rrr@gmail.com>
    robertd and rix0rrr committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    3cc1850 View commit details
    Browse the repository at this point in the history
  3. Update packages/@aws-cdk/aws-lambda/lib/function.ts

    Co-authored-by: Rico Huijbers <rix0rrr@gmail.com>
    robertd and rix0rrr committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    be67334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced6336 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffefc69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3168256 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdc6814 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. add test for token value

    robertd committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    3f1fd81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0c5dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a4bde8 View commit details
    Browse the repository at this point in the history