Skip to content

Update SDK to Swift 6 #2

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

Merged
merged 29 commits into from
Jul 12, 2025
Merged

Update SDK to Swift 6 #2

merged 29 commits into from
Jul 12, 2025

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