Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-powertools/powertools-lambda-typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.1
Choose a base ref
...
head repository: aws-powertools/powertools-lambda-typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 12 commits
  • 87 files changed
  • 6 contributors

Commits on Sep 21, 2023

  1. chore: update layer ARN on documentation

    Release bot[bot] committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d6f3755 View commit details
    Browse the repository at this point in the history
  2. docs: typo for serverless framework (#1701)

    * fix: typo for serverless framework
    
    According to the docs it should be {aws:region}
    
    * fix: use correct serverless framework variable syntax
    
    * fix: use latest layer version in docs
    HaaLeo authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c721d35 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

  1. chore(layers): add Idempotency, Batch, and Parameters to layer (#1712)

    * add parameters, batch, idempotency to layer
    
    * chore: shave layer size
    
    ---------
    
    Co-authored-by: Andrea Amorosi <dreamorosi@gmail.com>
    am29d and dreamorosi authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    58120e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. improv(commons): add number key type to JSONObject type

    The change introduced in this PR allows to narrow the type of JSON objects using numbers as key. JSON allows only string types as keys, however JavaScript coerces the value to a string even when a number is passed.
    KhurramJalil authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9cc7190 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat(layers): add arm64 to integration test matrix (#1720)

    * feat(layers): add arm64 to test matrix
    dreamorosi authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    61ad5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    793f12f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be16b59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d138673 View commit details
    Browse the repository at this point in the history
  5. docs(idempotency): fix docs (#1724)

    * add decorator and tests
    
    * remove unused code, merged comments
    
    * add idempotecy decorator to docs
    
    * add idempotency decorator tests
    
    * address comments from review
    
    * remove whitespace
    am29d authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    004894a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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