Concurrent SES and DynamoDB use in Lambda causes Fatal error: Tls Context failed to create. #197
Labels
blocked
Work is blocked on this issue for this codebase. Other labels or comments may indicate why.
bug
This issue is a bug.
needs-review
p2
This is a standard priority issue
Describe the bug
Bug issue #1077 in Swift SDK project mentions an exception that is thrown from
TLSContext
constructor inaws-crt-swift/Source/AwsCommonRuntimeKit/io/TLSContext.swift
. The bug is caught insmithy-swift/Sources/ClientRuntime/Networking/Http/CRT/SDKDefaultIO.swift
. The error seems to be arising from CRT side, hence submission of this issue.Expected Behavior
TLS Context should be successfully created.
Current Behavior
Fatal error is thrown when creating TLS context.
Reproduction Steps
Details in issue #1077
Possible Solution
No response
Additional Information/Context
The function is using runtime version: provided:al2.v20
aws-crt-swift version used
0.12.0
Compiler and Version used
Swift 5.7
Operating System and version
Built for arm64 using the swift:5.7-amazonlinux2 image
The text was updated successfully, but these errors were encountered: