Giter Site home page Giter Site logo

Comments (6)

lorengordon avatar lorengordon commented on July 19, 2024 1

@wutianchen It is quite active, I'm sure a PR would be appreciated.

from terraform-aws-lambda.

goochi1 avatar goochi1 commented on July 19, 2024

Forked and tried to fix the issues see here https://github.com/goochi1/terraform-aws-lambda

However getting the following error

Error: Unsupported argument

on .terraform/modules/lambda_ri_reccomendation/lambda.tf line 67, in resource "aws_lambda_function" "lambda_with_dl":
67: environment = ["${slice( list(var.environment), 0, length(var.environment) == 0 ? 0 : 1 )}"]

An argument named "environment" is not expected here. Did you mean to define a
block of type "environment"?

from terraform-aws-lambda.

wutianchen avatar wutianchen commented on July 19, 2024

@goochi1 I have the same issue, the thing is for resource "aws_lambda_function" now has a "environment block" instread of "environment argument". so it needs to be changed to

environment                    {
                                    variables = "${var.environment}"
                                  }

I am going to make a PR on this, but do not know if this repo is still actively maintained.

from terraform-aws-lambda.

wutianchen avatar wutianchen commented on July 19, 2024

@lorengordon thanks for the comment. will do that, might add feature like "hcl upgrade", "deploy from s3", "step functions". first needs to go through company open source policy process, might take a week or so

from terraform-aws-lambda.

raymondbutcher avatar raymondbutcher commented on July 19, 2024

Hi, this will be fixed in #49

from terraform-aws-lambda.

raymondbutcher avatar raymondbutcher commented on July 19, 2024

This is in version v1.0.0

from terraform-aws-lambda.

Related Issues (20)

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.