issues Search Results · repo:swift-server/swift-aws-lambda-events language:Swift
Filter by
17 results
(60 ms)17 results
inswift-server/swift-aws-lambda-events (press backspace or delete to remove)As a follow up to https://github.com/swift-server/swift-aws-lambda-events/pull/81
Given this is being used with more than HTTP headers I think we need to extend the number of timezone identifiers. The ...
sebsto
- 6
- Opened on Dec 19, 2024
- #85
Expected behavior
Making headers optional on APIGatewayRequest allows for trivial testing via test console in AWS. While it s unlikely a
request will not have headers in real world usage, it s trivial ...
kind/enhancement
twistinside
- 4
- Opened on Nov 11, 2024
- #73
Expected behavior
binary values in a DynamoDBEvent, coming in as base64 encoded strings, should get decoded properly when using the
DynamoDBEvent.Decoder
Actual behavior
If you try to use DynamoDBEvent.Decoder ...
gregggreg
- 2
- Opened on Aug 12, 2024
- #60
Expected behavior
I would like to access the requestContext stored property in the APIGatewayLambdaAuthorizerRequest struct.
Actual behavior
The requestContext stored property is not marked as public ...
khinkson
- 2
- Opened on Jul 19, 2024
- #58
Let me start by saying that I am bit rusty on the topic since I haven t touched our custom auth lambda in almost two
years, and that this isn t really an issue but more of an idea I d like to discuss. ...
good first issue
kind/support
Buratti
- 2
- Opened on May 29, 2024
- #56
This issue is a carry over from the Lambda runtime project
https://github.com/swift-server/swift-aws-lambda-runtime/issues/53
https://github.com/swift-server/swift-aws-lambda-runtime/pull/46/files#diff-46c15e7ad33f3c55f1eff630cb7c7d6aR30 ...
kind/enhancement
sebsto
- Opened on May 29, 2024
- #53
Expected behavior
I m trying to test a LambdaHandler
struct MyHandler: LambdaHandler {
init(context: LambdaInitializationContext) async throws { }
func handle(_ request: APIGatewayV2Request, ...
kind/enhancement
adamayoung
- 1
- Opened on Apr 10, 2024
- #48
This is more of a question or thought than a bug...
There s some HTTP implementation here:
https://github.com/swift-server/swift-aws-lambda-events/blob/main/Sources/AWSLambdaEvents/Utils/HTTP.swift
...
jsonfry
- 3
- Opened on Mar 6, 2024
- #46
Expected behavior
APIGatwewayV2Request should support iam authorizers.
requestDecoding(Swift.DecodingError.keyNotFound(CodingKeys(stringValue: jwt , intValue: nil), Swift.DecodingError.Context(codingPath: ...
sebsto
- 1
- Opened on Dec 14, 2023
- #40
Expected behavior
Ability to process context from a Lambda authorizer in APIGatewayV2Request
Actual behavior
Fails trying to deserialize jwt from the Authorizer struct which isn t present for Lambda ...
GeorgePreece
- 13
- Opened on Dec 14, 2023
- #39

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.