mineiros-io / terraform-aws-lambda-function

A Terraform module for deploying and managing Lambda functions on Amazon Web Services (AWS). https://aws.amazon.com/lambda/
Apache License 2.0
42 stars 24 forks source link

TestLambdaS3 should use a random name for the created S3 bucket for avoiding conflicts. #21

Closed soerenmartius closed 4 years ago

soerenmartius commented 4 years ago

r4r @mariux

soerenmartius commented 4 years ago

lgtm... would prefer using a fixed prefix and not setting it as a variable at all as this will never be changed during tests... but as it works and serves the purpose of testing it's a non blockign thing ;)

implemented in 35e270d. please re-review