Instance Methodswift-aws-lambda-events 1.0.0AWSLambdaEvents
decode(_:from:)
DynamoDB.swift:322func decode<T>(_ type: T.Type, from value: AttributeValue) throws -> T where T : Decodable
func decode<T>(_ type: T.Type, from value: AttributeValue) throws -> T where T : Decodable
s15AWSLambdaEvents13DynamoDBEventV7DecoderV6decode_4fromxxm_AC14AttributeValueOtKSeRzlF
What are these?9FNQ4
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Decoder
struct DynamoDBEvent
enum AttributeValue
protocol Decodable
A type that can decode itself from an external representation.
init()
func decode<T>(_ type: T.Type, from image: [String : AttributeValue]) throws -> T where T : Decodable