Skip to content

Tags: probot/adapter-aws-lambda-serverless

Tags

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update `probot` dependency (#133)

This PR updates the `probot` dependency to the latest version.

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(typescript): fix types for `createLambdaFunction()` (#135)

This PR fixes the types that were introduced in #132.

Sorry for the noise!

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(typescript): add types for `createLambdaFunction()` (#132)

Add TypeScript support for Lambda Function URLs

This PR adds types for Lambda function URLs.

Details about Lambda function URLs can be found below:

- https://aws.amazon.com/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/
- https://docs.aws.amazon.com/lambda/latest/dg/urls-configuration.html

No changes should be necessary to the `createLambdaFunction` implementation since the expected arguments and return types are nearly identical.

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support Probot v13 (#128)

BREAKING CHANGE: drop support for no longer maintained Node.js versions (14 and 16). Node 18+ is required now

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update template to not rely on filesystem location of package.js…

…on (#120)

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): correct type for `createLambdaFunction` (#117)

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: remove `webhooks` keyword ambiguity from `README.md` (#112)

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove extraneous `callbackWaitsForEmptyEventLoop` line (#90)

`callbackWaitsForEmptyEventLoop` is only needed for non-async functions (i.e. functions that use callbacks) and therefore can be safely removed from this package.

See #78 (comment) for more details

v3.0.1-beta.1

Toggle v3.0.1-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: temporarily debugging an error (#85)

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Support Probot v12 (#83)

BREAKING CHANGE: upgrade Probot dependency v11 to v12