frankfarrell
frankfarrell
Set this value as a task property https://github.com/classmethod/gradle-aws-plugin/blob/develop/src/main/java/jp/classmethod/aws/gradle/lambda/AWSLambdaMigrateFunctionTask.java#L254 This would be useful for getting the new lambda version on publish
Using APPROXIMATE in redshift queries as defined here: https://docs.aws.amazon.com/redshift/latest/dg/r_APPROXIMATE_PERCENTILE_DISC.html https://docs.aws.amazon.com/redshift/latest/dg/r_COUNT.html caused this exception to be thrown: ``` Caused by: net.sf.jsqlparser.parser.ParseException: Encountered " "(" "( "" at line 1, column 35....
Pass a previously kms-encrypted password to resource. It shouldnt store the password in plaintext in the state. ```hcl resource "redshift_user" "testuser"{ "kms_encrypted_password" = "sfghsgtjnsrtsrmys74e5673567" "kms_key" = "${var.kms_key}" } ```
For instance, if there is an env variable AWS_REGION, allow the following config to be valid: ``` { "cloudwatch.emitMetrics": true, "kinesis.endpoint": "kinesis.${AWS_REGION}.amazonaws.com", "firehose.endpoint": "firehose.${AWS_REGION}.amazonaws.com" ...etc } ```
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
You can now specify an alias or version qualifer on invoking a lambda function. Implements #82
You can't currently invoke an aliased lambda.