ML
ML
Hey 👋, So I would like to create a pipeline that compiles my swift lambda and deploys via sam. So far it works great. Codebuild builds the swift lambdas in...
### Expected behavior I am using swift as a appsync lambda resolver with the following GraphQL schema. ```GraphQL input TestInput { ids: [String] } testMutation(input: TestInput!): String ``` According to...
I am trying to perform some action after a `StatusBarNotificationBanner` was tapped. Unfortunately `onTap` is not triggered. If I increase the banner height, taps are registered but only up to...
### Expected behavior Correct parsing using `JSONDecoder().decode(SNS.Message.self, from: data)` ### Actual behavior `Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"SigningCertUrl\", intValue: nil) (\"SigningCertUrl\").", underlyingError: nil))` `SigningCertUrl` and `SubscribeUrl`...
### Expected behavior I am using swift as a appsync lambda resolver with the following GraphQL schema. ```GraphQL input TestInput { ids: [String] } testMutation(input: TestInput!): String ``` According to...