Skip to content

issues Search Results · repo:swift-server/swift-openapi-lambda language:Swift

Filter by

10 results
 (81 ms)

10 results

inswift-server/swift-openapi-lambda (press backspace or delete to remove)

I was wondering if it is possible for multiple function definitions in the sam template. Currently it seems like it just proxies everything to the server that then does the routing (if my understanding ...
  • alteredtech
  • 1
  • Opened 
    on Feb 3
  • #18

I have been experimenting with contract validation with OpenAPI and looking to try it against some lambda functions. However when I attempt to run locally with DOCKER_HOST=unix://$HOME/.docker/run/docker.sock ...
  • alteredtech
  • 3
  • Opened 
    on Dec 5, 2024
  • #16

Currently, there is no way to access Lambda.context.logger
kind/enhancement
  • sebsto
  • Opened 
    on Oct 30, 2024
  • #12

When deploying an application that handle /myroute/{my_Params} and invoking it with GET /, it returns an HTTP 500 instead of an HTTP 404 error. Example openapi.yaml : paths: /stocks/{symbol}: ...
  • sebsto
  • Opened 
    on Jun 11, 2024
  • #7

in the README we see curl -v -X POST --header Content-Type: application/json --data @events/GetQuote.json http://127.0.0.1:7000/invoke but this repository doesn t not have events folder or json file. ...
  • atacan
  • 2
  • Opened 
    on Jan 13, 2024
  • #6

Middleware : https://swiftpackageindex.com/apple/swift-openapi-runtime/1.0.0/documentation/openapiruntime/servermiddleware Example : pass authentication information to the service Possibly even for the ...
  • sebsto
  • Opened 
    on Dec 18, 2023
  • #5

The provided default template.yaml file in the README only provides a passthrough for GET HTTP verb. Add the other ones.
  • sebsto
  • 1
  • Opened 
    on Dec 14, 2023
  • #4

Add a default route /openapi.yaml that reads and returns the included openapi.yaml file
  • sebsto
  • Opened 
    on Dec 14, 2023
  • #3

Problem When there is an error in the Lambda function, the API Gateway returns a generic error Internal Server Error Root cause The function handle(Event:Lambdacontext) here func handle(_ request: Event, ...
  • sebsto
  • 1
  • Opened 
    on Dec 14, 2023
  • #2

The function handle(Event:Lambdacontext) here func handle(_ request: Event, context: LambdaContext) async throws - Output { passes errors to the Lambda Runtime.
  • sebsto
  • Opened 
    on Dec 14, 2023
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub