d-velop / dvelop-app-template-cs

This template contains everything you need to write an app for d.velop cloud in C#
Apache License 2.0
16 stars 7 forks source link

Some values for "SIGNATURE_SECRET" will not be transferred properly to the AWS Lambda Environment #40

Closed ckuetbach closed 5 years ago

ckuetbach commented 5 years ago

Some values for SIGNATURE_SECRET will not be transferred properly to the AWS Lambda Environment.

A key abc....xyz= will be stored as a within the Environment.

ckuetbach commented 5 years ago

More Info:

A SIGNATURE_SECRET beginning with a digit will be treated as number by terraform.

A123 -> A123

123A -> 123

ckuetbach commented 5 years ago

Fixed