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: probot/adapter-aws-lambda-serverless
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: probot/adapter-aws-lambda-serverless
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 27, 2025

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

Commits on Jan 30, 2025

  1. 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.
    ajschmidt8 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    2ee0c04 View commit details
    Browse the repository at this point in the history
Loading