6 Commits

Author SHA1 Message Date
Sébastien Stormacq 62218f8e66 Update CI (#30)
Update CI to build on swift 6.0, swift 6.1 and swift 6.2 with recent
Ubuntu images (noble instead of jammy)
2025-10-25 12:18:13 +02:00
Sébastien Stormacq 73e84943c3 Remove GH Action on push (#27)
only PR are authorized

*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
2025-10-17 17:21:45 +02:00
Sébastien Stormacq 10f3e99c4d Apply recommendation for security and reliability (#24)
Apply recommendations in code and documentation

- [CI] restrict permissions to `read-all` instead of the default
`write-all`
- Example `openapi.yaml` : add a note about using `security:` definition
when deploying to production
- Example `README.md` : add a note about Lambda functions configuration
with improved security and scalability changes for production
environment
2025-09-27 12:05:20 +02:00
Sébastien Stormacq c72834d93c Update to support AWS Lambda Runtime for Swift v2 (#22)
- Update this library to support the upcoming release of AWS Lambda
Runtime for Swift v2.
This change affects the public API (some `Sendable` added) and requires
a major version bump. I propose to release v2 to align this library's
major with the Swift AWS Lambda Runtime's major.

- Add a QuoteAPI example in the `Examples` directory
2025-09-06 11:34:56 +02:00
Sébastien Stormacq 97183bc4d5 fix badge (#15)
* fix badge

* Add semantic version label check

* disable yaml linter
2024-11-26 14:34:06 +01:00
Franz Busch 60725a37aa Rename pull_request.yaml to pull_request.yml 2024-11-26 12:19:11 +01:00