# README
AWS Lambda Function URL
The AWS Lambda Function URL plugin releases a function deployed with the AWS Lambda plugin by creating a Lambda function URL.
Components
Related Plugins
Resources
- Function Permission
- Function URL
# Variables
If auth_type is not set we'll default to "NONE", allowing public access to the function URL.
If principal is not set we'll allow any authenticated AWS user to invoke the function URL.
No description provided by the author
Options are the SDK options to use for instantiation for the plugin.
# Structs
Lambda GetPolicy() returns a JSON string of its IAM policy, so we need to unmarshal it into this struct in order to use it.
No description provided by the author
No description provided by the author
ReleaserConfig is the configuration structure for the Releaser.
Based on the Cors type from the AWS SDK, but with our HCL mappings.
Resource contains the internal resource states.
No description provided by the author