Skip to content

Conversation

Andrea-Scuderi
Copy link
Member

  • Use swift-service-lifecycle to manage BreezeLambdaAPI Service Lifecycle
  • Add a BreezeDemoApplication executable as example of usage
  • Use Structured Concurrency
  • Inject environment parameters to simplify test process
  • Use swift Testing

Note:
The PR cannot be merged until a stable version of swift-aws-lambda-runtime will be released

@Andrea-Scuderi Andrea-Scuderi self-assigned this Dec 24, 2024
var breezeApi: BreezeLambdaHandler<T>?

func handler(event: APIGatewayV2Request, context: LambdaContext) async throws -> APIGatewayV2Response {
guard let breezeApi else { throw BreezeLambdaAPIError.invalidHandler }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we avoid this?

@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@Andrea-Scuderi Andrea-Scuderi merged commit 1ed45af into main Jul 12, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants