The Wayback Machine - http://web.archive.org/web/20200710031400/https://github.com/topics/lambda-functions
Skip to content
#

lambda-functions

Here are 539 public repositories matching this topic...

A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)

  • Updated Apr 17, 2020
  • Kotlin
jeffehobbs
jeffehobbs commented Mar 8, 2019

Ran through an AWS lambda install this morning -- flawless, and worked great, right out of the box. Kudos for providing such a smooth path for transition for your users. Highly appreciated.

The one place I did get stuck for a while was setting the specific IAM/cloudformation permissions within the AWS console -- this took several tries to get right. It would be helpful to state (or link to) a s

henrytk
henrytk commented Jan 15, 2019

If I have a stack called stackname in a stage called stage with an alias called alias the CloudFormation stack created for managing the alias will be called stackname-stage-alias. Unless I include the word 'alias' in the alias name then the stack name does not tell me what the stack actually does. The resulting name does not tell you what it is.

It should actually tell you what it is. E

nielsen-at-cgt
nielsen-at-cgt commented Jan 4, 2020

Line 357 of SecretsManagerRedshiftRotationMultiUser/lambda_function.py says:

secret = service_client.get_secret_value(SecretId=arn, VersionId=token, VersionStage=stage)

Note that both VersionId and VersionStage are specified.

Boto3 documentation for get_secret_value() says you don't specify both.

What are the semantics when you do specify both?

Why does the provided

Improve this page

Add a description, image, and links to the lambda-functions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lambda-functions topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.