-
### Expected behavior
I expect the archive plugin to package the `MyLambda` function part of the `Examples/Localdebugging`
The archive command fails because part of the `MyLambda` function relies o…
-
### Expected behavior
When a function crashes for an unexpected reason (`fatalError`, memory corruption...), the stack trace and details of the error are not stored/logged/reported to CloudWatch. …
-
### 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…
-
https://github.com/swift-server/swift-aws-lambda-runtime/pull/98#issuecomment-637513245
-
AWS launched https://aws-otel.github.io
so they have a collector available now that accepts otel.
We have the following pieces ready:
- https://github.com/apple/swift-distributed-tracing
- …
ktoso updated
5 months ago
-
I'm working a [PR](https://github.com/swift-server/swift-aws-lambda-events/pull/47) for [Swift AWS Lambda Events](https://github.com/swift-server/swift-aws-lambda-events) to adopt Swift HTTP Types.
…
-
**Is your feature request related to a problem? Please describe.**
Dependency on `Foundation` affects significantly cold start.
**Describe the solution you'd like**
- Remove dependency on any Fou…
-
### Expected behavior
I expect print statement to print to the cloud watch console logs.
### Actual behavior
Printing only works via context.logger (`Lambda.Context`)
### Steps to reproduce
1) Ex…
-
**We want to provide some context on the internal performance when the Lambda is Warm**
HelloWorld example:
```swift
import AsyncHTTPClient
import Foundation
#if canImport(FoundationNetworking)…
-
With developments from AWS + swift + lambda -
https://github.com/swift-sprinter/aws-serverless-swift-api-template
I'm wanting to jump boat to use swift for server side stuff.
It seems this repo …