-
-
Notifications
You must be signed in to change notification settings - Fork 87
Multiple Lambda functions creation #43
Comments
Fascinating, can replicate. Looks like this may be a console bug? I'll reach out to the technical community for help. |
I Checked in the Browser -> inspect element -> Network tab, there is only 1 POST request to createfunction. Seems correct behavior in the AWS Console. However, It seems AWS Console Recorder does not clear previous recordings. See below output from AWS Console Recorder when I tried to create lambda function in three different regions.
|
Thanks Rahul, The behaviour seems inconsistent. I tested myself in Canada Central and got 3 failures before a 200 success. It's an eventual consistency problem with the created IAM role. My only conflict is in the premise of the issue. Technically, the console is attempting the create_function call a number of times, so Console Recorder is replicating that. Also, the lack of clearing previous recordings is intentional. This is to facilitate aggregate recordings whilst pausing the recording state in between wanted actions. |
I have the opposite problem; Console Recorder isn't recording any lambda function creation calls. :-/ If I go to a Lambda function, start recording, make a change in the code, or perhaps just the description, click save, then view the console log, it says:
I've tried clearing the console, starting and stopping recording, all to no avail. Any ideas? |
Describe the bug
When I created a Lambda function, I see 5 functions created instead.
Related Mapping
lambda.CreateFunction
Related Language
All of them
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The function is created correctly, but in the recorded calls I see 5 function creations.
Additional context
You can find the recording here.
The text was updated successfully, but these errors were encountered: