Commit 37d26ec
authored
Upgrade: [dependabot] - bump @aws-lambda-powertools/parameters from 2.29.0 to 2.30.0 (#2215)
Bumps
[@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript)
from 2.29.0 to 2.30.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/parameters</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.30.0</h2>
<h2>Summary</h2>
<p>We're excited to announce <a
href="https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html">AWS
Lambda durable function</a> support in Powertools for AWS Lambda
TypeScript. This allows you to leverage AWS Lambda's new durable
execution capabilities while taking the advantage of features such as
maintaining idempotency guarantees, making it easier to build reliable
serverless workflows that span multiple invocations.</p>
<p>AWS Lambda durable functions allow you to simplify building
multi-step applications and AI workflows. These functions automatically
checkpoint progress, suspend execution for up to one year during
long-running tasks, and recover from failures without the need to manage
additional infrastructure.</p>
<blockquote>
<p>[!NOTE]
Lambda function handlers using MiddyJS or Class method decorators aren’t
compatible with Durable Function handlers at this time.
Tracking issues: MiddyJS <a
href="https://redirect.github.com/middyjs/middy/issues/1531">middyjs/middy#1531</a>
Class Decorator <a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4832">aws-powertools/powertools-lambda-typescript#4832</a></p>
</blockquote>
<p>This release also includes some bug fixes and a documentation
improvement with the help of the community.</p>
<blockquote>
<p>⭐ Congratulations to <a
href="https://github.com/jinxiao"><code>@jinxiao</code></a> and <a
href="https://github.com/dwandro"><code>@dwandro</code></a> for their
first PR merged in the project 🎉</p>
</blockquote>
<h2>Changes</h2>
<ul>
<li>fix(logger): merged temp keys with same keys when appending to the
logger (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>fix(idempotency): Update durableExecutionMode string (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>)
by <a
href="https://github.com/ConnorKirk"><code>@ConnorKirk</code></a></li>
<li>feat(idempotency): Allow durable function to replay (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>)
by <a
href="https://github.com/ConnorKirk"><code>@ConnorKirk</code></a></li>
<li>fix(event-handler): threshold limit for compression not respected
when content-length not set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>)
by <a href="https://github.com/svozza"><code>@svozza</code></a></li>
<li>feat(parser): fix DynamoDBStreamChangeRecordSchema.dynamodb type (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>)
by <a
href="https://github.com/benthorner"><code>@benthorner</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(ci): bumped the layer verison from 41 to 42 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4861">#4861</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk
group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@types/node</code> from 24.10.1 to 24.10.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tsx from 4.20.6 to 4.21.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4829">#4829</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>docs(parser): fixed a typo for the SqsEnvelope built-in envelope (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4826">#4826</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
<li>fix: fix China region arn typo (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4820">#4820</a>)
by <a href="https://github.com/jinxiao"><code>@jinxiao</code></a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 56
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4811">#4811</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-cdk group across 1 directory with 3
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4812">#4812</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(ci): bumped the layer verison from 40 to 41 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4800">#4800</a>)
by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk
group across 1 directory (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4855">#4855</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 42
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4854">#4854</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@types/node</code> from 24.10.1 to 24.10.2
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump <code>@aws/lambda-invoke-store</code> from 0.2.1
to 0.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)
by @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/parameters</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">2.30.0</a>
(2025-12-11)</h2>
<h3>Maintenance</h3>
<ul>
<li><strong>commons</strong> bump <code>@aws/lambda-invoke-store</code>
from 0.2.1 to 0.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li>
<li><strong>logger</strong> bump <code>@aws/lambda-invoke-store</code>
from 0.2.1 to 0.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li>
<li><strong>metrics</strong> bump <code>@aws/lambda-invoke-store</code>
from 0.2.1 to 0.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li>
<li><strong>batch</strong> bump <code>@aws/lambda-invoke-store</code>
from 0.2.1 to 0.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501">47c6545</a>)</li>
<li><strong>event-handler</strong> export types for event handler
middleware (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4807">#4807</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c46974c67b0d061b6cf873c0f756553bf25f20d4">c46974c</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>commons</strong> revert
<code>@aws/lambda-invoke-store</code> to dependency (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li>
<li><strong>logger</strong> merged temp keys with same keys when
appending to the logger (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4840">#4840</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b30c9c458afeff79cccb6cbd7d16466c07a39455">b30c9c4</a>)</li>
<li><strong>logger</strong> revert
<code>@aws/lambda-invoke-store</code> to dependency (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li>
<li><strong>metrics</strong> revert
<code>@aws/lambda-invoke-store</code> to dependency (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li>
<li><strong>idempotency</strong> Update durableExecutionMode string (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4837">#4837</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/919c26dc8a09a3ce2af42e6d68728710e21afd38">919c26d</a>)</li>
<li><strong>batch</strong> revert <code>@aws/lambda-invoke-store</code>
to dependency (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4833">#4833</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5e728e1669c5a3fa6c8912b206e85d400c89ee40">5e728e1</a>)</li>
<li><strong>event-handler</strong> threshold limit for compression not
respected when content-length not set (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4827">#4827</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ad14e183329801c3a866b08c6e31e722e5eb902e">ad14e18</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>idempotency</strong> Allow durable function to replay (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4834">#4834</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4dc079824b57a3f6f4577e03905e3a02d055f009">4dc0798</a>)</li>
<li><strong>parser</strong> fix
DynamoDBStreamChangeRecordSchema.dynamodb type (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4817">#4817</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bf522f8af15e0d66f0dac6bd14e08d16c6b8a3b9">bf522f8</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dd5395b7d60e0de8d1bae700156f0d30192d2435"><code>dd5395b</code></a>
chore(ci): bump version to 2.30.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4859">#4859</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4e8d00b49acfdd6a0aa983ba7ad48d475efd9e1b"><code>4e8d00b</code></a>
chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4857">#4857</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/609c891e924273880129d6d6081895b52d70f392"><code>609c891</code></a>
chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4853">#4853</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/155fdf5fd682b2415f3729aaa4c3774111d127f6"><code>155fdf5</code></a>
chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk
group ac...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc1831ad2433d81bc3449eecb989b6e1bd60047c"><code>fc1831a</code></a>
chore(deps): bump the aws-sdk-v3 group across 1 directory with 42
updates (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/915f47a59cd3142898d6cf4f2e8ea6c9e5f1f4d3"><code>915f47a</code></a>
chore(deps): bump <code>@types/node</code> from 24.10.1 to 24.10.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4856">#4856</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/22bbf77d1ce5daf586d0243e6ee7c32cc0aa6ed4"><code>22bbf77</code></a>
chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4852">#4852</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/69727c20e870bc1d2fd5272eb15aef978e51df2e"><code>69727c2</code></a>
chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4850">#4850</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/47c6545953d68dd2933123ea31197f2e608cf501"><code>47c6545</code></a>
chore(deps): bump <code>@aws/lambda-invoke-store</code> from 0.2.1 to
0.2.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4847">#4847</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/68a71d1a7d49a63bfffd373e6c61318d55948b08"><code>68a71d1</code></a>
chore(deps): bump esbuild from 0.27.0 to 0.27.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4849">#4849</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.29.0...v2.30.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 90d72d8 commit 37d26ec
File tree
5 files changed
+30
-12
lines changed- packages
- common/utilities
- enrichPrescriptions
- getMyPrescriptions
- statusLambda
5 files changed
+30
-12
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments