Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
// contains filtered or unexported fields
}
Activity is an activity that is used to invoke a lambda function
type Input ¶
type Settings ¶
type Settings struct { SmsType string `md:"smsType"` // The type of SMS to send, defaults to Promotional SenderID string `md:"senderID"` // The Sender ID for the SMS (note: not supported in all countries) Region string `md:"region, required"` // The AWS region to use (note: SMS is not supported in all AWS regions) MaxPrice float64 `md:"maxPrice"` // The maximum amount in USD that you are willing to spend to send a message }
Click to show internal directories.
Click to hide internal directories.