Git Product home page Git Product logo

terraform-aws-lambda-edge-function's Introduction

terraform-aws-template

Lint Status LICENSE

Requirements

Name Version
terraform >= 0.12
terraform >= 0.12.20
aws >= 2.55.0

Providers

Name Version
aws >= 2.55.0

Inputs

Name Description Type Default Required
execution_role_name n/a string n/a yes
execution_role_policy_document The contents of the IAM policy attached to the IAM Execution role used by the Lambda. If not defined, then creates the policy with permissions to log to CloudWatch Logs. string "" no
execution_role_policy_name The name of the IAM policy attached to the IAM Execution role used by the Lambda. If not defined, then uses the value of "execution_role_name". string "" no
filename The path to the function's deployment package within the local filesystem. If defined, the s3_-prefixed options cannot be used. string n/a yes
function_description Description of what your Lambda Function does. string "" no
function_name A unique name for your Lambda Function. string n/a yes
handler The function entrypoint in your code. string n/a yes
memory_size Amount of memory in MB your Lambda Function can use at runtime. Maximum value for Viewer Request or Response events is 128. number 128 no
runtime The identifier of the function's runtime. string n/a yes
tags A mapping of tags to assign to the Lambda Function. map(string)
{
"Automation": "Terraform"
}
no
timeout The amount of time your Lambda Function has to run in seconds. Maximum value is 5 seconds. number 3 no

Outputs

Name Description
lambda_execution_role_arn The Amazon Resource Name (ARN) identifying the IAM Role used to execute this Lambda.
lambda_function_arn The Amazon Resource Name (ARN) identifying your Lambda Function.
lambda_function_name A unique name for your Lambda Function.
lambda_function_qualified_arn The Amazon Resource Name (ARN) identifying your Lambda Function Version.
lambda_invoke_arn The ARN to be used for invoking Lambda Function from API Gateway - to be used in aws_api_gateway_integration's uri.

Authors

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.

terraform-aws-lambda-edge-function's People

Contributors

brunodasilvalenga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.