Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Deprecation warning #64

Open
moritzzimmer opened this issue Aug 7, 2020 · 0 comments
Open

Deprecation warning #64

moritzzimmer opened this issue Aug 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@moritzzimmer
Copy link
Contributor

Further development of this module will be continued in moritzzimmer/terraform-aws-lambda.

Users of spring-media/lambda/aws should migrate to this module as a drop-in replacement for all provisions up to release/tag 5.2.1 to benefit from new features and bugfixes.

module "lambda" {
  source           = "moritzzimmer/lambda/aws"
  version          = "5.2.1"
  filename         = "my-package.zip"
  function_name    = "my-function"
  handler          = "my-handler"
  runtime          = "go1.x"
  source_code_hash = filebase64sha256("${path.module}/my-package.zip")
}
@moritzzimmer moritzzimmer added enhancement New feature or request wontfix This will not be worked on labels Aug 7, 2020
@moritzzimmer moritzzimmer self-assigned this Aug 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant