Git Product home page Git Product logo

terraform-aws-serverless-1's Introduction

AWS Serverless Framework Facilitator

This main module enables resources managed by the Serverless Framework to be securely deployed to AWS. Only the least amount of permissions are granted to the individual IAM roles used by Serverless. Additional permissions can be granted by attaching role policies to the created roles.

Contents

Requirements

No requirements.

Providers

No providers.

Modules

Name Source Version
apigateway_role ./modules/apigateway-role n/a
cloudformation_role ./modules/cloudformation-role n/a
deployment_bucket ./modules/deployment-bucket n/a
function_roles ./modules/function-roles n/a

Resources

No resources.

Inputs

Name Description Type Default Required
aws_account_id AWS account ID. string n/a yes
aws_region AWS region to deploy resources to. string n/a yes
deployment_bucket_name The name of the S3 bucket that will be used by Serverless deployments. string n/a yes
function_names The list of the un-prefixed function names that will be defined later on. This is needed to allow CF to pass the roles to these functions. list(string) n/a yes
hosted_zone_ids List of hosted zone IDs that will be managed by this deployment. list(string) [] no
resource_prefix Prefix to use when naming resources, such as log groups and IAM roles. string n/a yes
s3_logging_bucket_name Name of the S3 bucket which should receive the S3 logs. string n/a yes
sls_service_name The name of the service as defined by the Serverless Framework. string n/a yes
sls_stage The name of the stage that is being deployed by the Serverless Framework. string n/a yes
tags Common tag pairs to apply to the resources. map(string) {} no

Outputs

Name Description
apigateway_role_arn ARN of the API Gateway IAM role.
cloudformation_role_arn ARN of the CloudFormation IAM role.
deployment_bucket_arn ARN of the Serverless deployment bucket.
function_roles Lambda function role ARNs.

Author(s)

Module was created by Jessie Hernandez.

terraform-aws-serverless-1's People

Contributors

jessiehernandez 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.