Tags: probot/adapter-aws-lambda-serverless
Tags
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.
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
PreviousNext