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

Bump github.com/aws/aws-lambda-go from 1.2.0 to 1.37.0 #3637

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps github.com/aws/aws-lambda-go from 1.2.0 to 1.37.0.

Release notes

Sourced from github.com/aws/aws-lambda-go's releases.

v1.37.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.36.1...v1.37.0

v1.36.1

What's Changed

Full Changelog: aws/aws-lambda-go@v1.36.0...v1.36.1

v1.36.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.35.0...v1.36.0

v1.35.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.34.1...v1.35.0

v1.34.1

What's Changed

Full Changelog: aws/aws-lambda-go@v1.34.0...v1.34.1

v1.34.0

What's Changed

... (truncated)

Commits
  • 0d45ea2 Update godoc in entry_generic.go
  • 99a9a4b Change the executable name in the README examples to bootstrap (#476)
  • c80f8ac Support handlers that return io.Reader (#472)
  • ad74310 Fix issue #377 (#475) - Adds validation to reject handlers that would result ...
  • 65f8ccd bump github actions versions (#473)
  • 858a4cf Add support for type-safe Start* function (#468)
  • 666b0d8 Merge pull request #470 from lohithpc1/property-feature
  • 35709c2 Adding properties field to activemq.go
  • 0f46684 docs: use go install to install build-lambda-zip. (#464)
  • 4c09e84 Merge pull request #462 from bmoffatt/main
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.2.0 to 1.37.0.
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.2.0...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-lambda-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@Twsouza Twsouza added this to the 20230206 milestone Feb 6, 2023
@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Base: 36.04% // Head: 36.01% // Decreases project coverage by -0.04% ⚠️

Coverage data is based on head (231b02b) compared to base (da4f7d0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3637      +/-   ##
==========================================
- Coverage   36.04%   36.01%   -0.04%     
==========================================
  Files         168      168              
  Lines       18536    18536              
==========================================
- Hits         6682     6675       -7     
- Misses      10717    10725       +8     
+ Partials     1137     1136       -1     
Impacted Files Coverage Δ
pkg/logstorage/logstorage.go 80.21% <0.00%> (-7.70%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Twsouza Twsouza mentioned this pull request Feb 6, 2023
10 tasks
Twsouza added a commit that referenced this pull request Feb 6, 2023
Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.2.0 to 1.37.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-lambda-go/releases">github.com/aws/aws-lambda-go's releases</a>.</em></p>
<blockquote>
<h2>v1.37.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Support handlers that return io.Reader by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/472">aws/aws-lambda-go#472</a></li>
<li>Change the executable name in the README examples to <code>bootstrap</code> by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/476">aws/aws-lambda-go#476</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.36.1...v1.37.0">https://github.com/aws/aws-lambda-go/compare/v1.36.1...v1.37.0</a></p>
<h2>v1.36.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add additional handler type validations. Fixes issue 377 by <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/475">aws/aws-lambda-go#475</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.36.0...v1.36.1">https://github.com/aws/aws-lambda-go/compare/v1.36.0...v1.36.1</a></p>
<h2>v1.36.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for type-safe Start* function by <a href="https://github.com/logandavies181"><code>@​logandavies181</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/468">aws/aws-lambda-go#468</a></li>
<li>bump github actions versions by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/473">aws/aws-lambda-go#473</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/logandavies181"><code>@​logandavies181</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/468">aws/aws-lambda-go#468</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.35.0...v1.36.0">https://github.com/aws/aws-lambda-go/compare/v1.35.0...v1.36.0</a></p>
<h2>v1.35.0</h2>
<h2>What's Changed</h2>
<ul>
<li>add 1.19 to the unit test matrix by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/462">aws/aws-lambda-go#462</a></li>
<li>use <code>go install</code> to install <code>build-lambda-zip</code>. by <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/464">aws/aws-lambda-go#464</a></li>
<li>Adding properties field to activemq.go by <a href="https://github.com/lohithpc1"><code>@​lohithpc1</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/470">aws/aws-lambda-go#470</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lohithpc1"><code>@​lohithpc1</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/470">aws/aws-lambda-go#470</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.34.1...v1.35.0">https://github.com/aws/aws-lambda-go/compare/v1.34.1...v1.35.0</a></p>
<h2>v1.34.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix godoc typo in example for WithEnableSIGTERM by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/461">aws/aws-lambda-go#461</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.34.0...v1.34.1">https://github.com/aws/aws-lambda-go/compare/v1.34.0...v1.34.1</a></p>
<h2>v1.34.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Mark AppSyncResolverTemplate as Deprecated by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/460">aws/aws-lambda-go#460</a></li>
<li>Revert <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/408">#408</a> and update alb response annotation per <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/408">#408</a>'s original intent by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/455">aws/aws-lambda-go#455</a></li>
<li>dynamodb: add alternative to Integer conversion helper, Int64, that does not silently cast float values by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/459">aws/aws-lambda-go#459</a></li>
<li>support the lambda.norpc tag on the go1.x runtime by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/456">aws/aws-lambda-go#456</a></li>
<li>Add WithEnableSIGTERM option  by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/457">aws/aws-lambda-go#457</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-lambda-go/commit/0d45ea2853e8fa138a242336f40eadf5f66fe947"><code>0d45ea2</code></a> Update godoc in entry_generic.go</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/99a9a4bd72b603da8d75d74d77937c146fed0b7c"><code>99a9a4b</code></a> Change the executable name in the README examples to <code>bootstrap</code> (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/476">#476</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/c80f8acaf83eacfe864bb8dfa361bcd4d8c6f2fd"><code>c80f8ac</code></a> Support handlers that return io.Reader (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/472">#472</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/ad74310fc14bbaeecde5c9a4acbdea7b8122c730"><code>ad74310</code></a> Fix issue <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/377">#377</a> (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/475">#475</a>) - Adds validation to reject handlers that would result ...</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/65f8ccdbcd79184b0b71c622a31328b87e07e2e4"><code>65f8ccd</code></a> bump github actions versions (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/473">#473</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/858a4cf08d6557c707bb18a37c23e3075bfb2fb0"><code>858a4cf</code></a> Add support for type-safe Start* function (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/468">#468</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/666b0d8a6beef69780e0bb63c2ef019857a36f93"><code>666b0d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/470">#470</a> from lohithpc1/property-feature</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/35709c2514164fc64314009d1912effb501e4bc1"><code>35709c2</code></a> Adding properties field to activemq.go</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/0f4668444cf068b093ef60b814ff70d4a7877034"><code>0f46684</code></a> docs: use <code>go install</code> to install <code>build-lambda-zip</code>. (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/464">#464</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/4c09e84d0e3e927bb017b4bcc03ea3a008c6d039"><code>4c09e84</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/462">#462</a> from bmoffatt/main</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-lambda-go/compare/v1.2.0...v1.37.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-lambda-go&package-manager=go_modules&previous-version=1.2.0&new-version=1.37.0)](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 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>
Twsouza added a commit that referenced this pull request Feb 7, 2023
Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.2.0 to 1.37.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-lambda-go/releases">github.com/aws/aws-lambda-go's releases</a>.</em></p>
<blockquote>
<h2>v1.37.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Support handlers that return io.Reader by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/472">aws/aws-lambda-go#472</a></li>
<li>Change the executable name in the README examples to <code>bootstrap</code> by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/476">aws/aws-lambda-go#476</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.36.1...v1.37.0">https://github.com/aws/aws-lambda-go/compare/v1.36.1...v1.37.0</a></p>
<h2>v1.36.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add additional handler type validations. Fixes issue 377 by <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/475">aws/aws-lambda-go#475</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.36.0...v1.36.1">https://github.com/aws/aws-lambda-go/compare/v1.36.0...v1.36.1</a></p>
<h2>v1.36.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for type-safe Start* function by <a href="https://github.com/logandavies181"><code>@​logandavies181</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/468">aws/aws-lambda-go#468</a></li>
<li>bump github actions versions by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/473">aws/aws-lambda-go#473</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/logandavies181"><code>@​logandavies181</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/468">aws/aws-lambda-go#468</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.35.0...v1.36.0">https://github.com/aws/aws-lambda-go/compare/v1.35.0...v1.36.0</a></p>
<h2>v1.35.0</h2>
<h2>What's Changed</h2>
<ul>
<li>add 1.19 to the unit test matrix by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/462">aws/aws-lambda-go#462</a></li>
<li>use <code>go install</code> to install <code>build-lambda-zip</code>. by <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/464">aws/aws-lambda-go#464</a></li>
<li>Adding properties field to activemq.go by <a href="https://github.com/lohithpc1"><code>@​lohithpc1</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/470">aws/aws-lambda-go#470</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lohithpc1"><code>@​lohithpc1</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/470">aws/aws-lambda-go#470</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.34.1...v1.35.0">https://github.com/aws/aws-lambda-go/compare/v1.34.1...v1.35.0</a></p>
<h2>v1.34.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix godoc typo in example for WithEnableSIGTERM by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/461">aws/aws-lambda-go#461</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lambda-go/compare/v1.34.0...v1.34.1">https://github.com/aws/aws-lambda-go/compare/v1.34.0...v1.34.1</a></p>
<h2>v1.34.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Mark AppSyncResolverTemplate as Deprecated by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/460">aws/aws-lambda-go#460</a></li>
<li>Revert <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/408">#408</a> and update alb response annotation per <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/408">#408</a>'s original intent by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/455">aws/aws-lambda-go#455</a></li>
<li>dynamodb: add alternative to Integer conversion helper, Int64, that does not silently cast float values by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/459">aws/aws-lambda-go#459</a></li>
<li>support the lambda.norpc tag on the go1.x runtime by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/456">aws/aws-lambda-go#456</a></li>
<li>Add WithEnableSIGTERM option  by <a href="https://github.com/bmoffatt"><code>@​bmoffatt</code></a> in <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/pull/457">aws/aws-lambda-go#457</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-lambda-go/commit/0d45ea2853e8fa138a242336f40eadf5f66fe947"><code>0d45ea2</code></a> Update godoc in entry_generic.go</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/99a9a4bd72b603da8d75d74d77937c146fed0b7c"><code>99a9a4b</code></a> Change the executable name in the README examples to <code>bootstrap</code> (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/476">#476</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/c80f8acaf83eacfe864bb8dfa361bcd4d8c6f2fd"><code>c80f8ac</code></a> Support handlers that return io.Reader (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/472">#472</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/ad74310fc14bbaeecde5c9a4acbdea7b8122c730"><code>ad74310</code></a> Fix issue <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/377">#377</a> (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/475">#475</a>) - Adds validation to reject handlers that would result ...</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/65f8ccdbcd79184b0b71c622a31328b87e07e2e4"><code>65f8ccd</code></a> bump github actions versions (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/473">#473</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/858a4cf08d6557c707bb18a37c23e3075bfb2fb0"><code>858a4cf</code></a> Add support for type-safe Start* function (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/468">#468</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/666b0d8a6beef69780e0bb63c2ef019857a36f93"><code>666b0d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/470">#470</a> from lohithpc1/property-feature</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/35709c2514164fc64314009d1912effb501e4bc1"><code>35709c2</code></a> Adding properties field to activemq.go</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/0f4668444cf068b093ef60b814ff70d4a7877034"><code>0f46684</code></a> docs: use <code>go install</code> to install <code>build-lambda-zip</code>. (<a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/464">#464</a>)</li>
<li><a href="https://github.com/aws/aws-lambda-go/commit/4c09e84d0e3e927bb017b4bcc03ea3a008c6d039"><code>4c09e84</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-lambda-go/issues/462">#462</a> from bmoffatt/main</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-lambda-go/compare/v1.2.0...v1.37.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-lambda-go&package-manager=go_modules&previous-version=1.2.0&new-version=1.37.0)](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 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>
@Twsouza Twsouza closed this in #3636 Feb 7, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 7, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aws/aws-lambda-go-1.37.0 branch February 7, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file status/6-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant