Module mu_runtime::model[][src]

Expand description

This module contains the models used by this crate.

Disclaimer: a few (if not all) of them has been copied from the the official AWS Lambda Runtime project. All rights reserved to its original authors.

Structs

ClientApplication

AWS Mobile SDK client fields.

ClientContext

Client context sent by the AWS Mobile SDK.

CognitoIdentity

Cognito identity information sent with the event

Config

Configuration derived from environment variables.

Context