Niklas Hansen

Results 2 comments of Niklas Hansen

> The example code casts to a record > > https://github.com/openapistack/openapi-backend/blob/main/examples/aws-cdk/src/lambdas/api-entrypoint.lambda.ts#L64 > > ``` > headers: event.headers as Record, > ``` Interesting. The AWS SAM example I looked at does...