Skip to content

Add ListEventSourceMappings, PutFunctionConcurrency to Lambda#2053

Open
shadowhand wants to merge 1 commit intoasync-aws:masterfrom
shadowhand:patch-1
Open

Add ListEventSourceMappings, PutFunctionConcurrency to Lambda#2053
shadowhand wants to merge 1 commit intoasync-aws:masterfrom
shadowhand:patch-1

Conversation

@shadowhand
Copy link
Copy Markdown
Contributor

No description provided.

@shadowhand
Copy link
Copy Markdown
Contributor Author

When trying to generate the LambaClient::ListEventSourceMappings operation, I get the following error:

No camel case property "UUID" is not yet implemented

But I'm unsure what this means...?

@jderusse
Copy link
Copy Markdown
Member

When trying to generate the LambaClient::ListEventSourceMappings operation, I get the following error:

No camel case property "UUID" is not yet implemented

But I'm unsure what this means...?

Add a new entry in the GeneratorHelper
like 'UUID' => 'Uuid'

We have code that normalize names in camelCase, but fails when the input contains multiple consecutive upper cases. So we maintain a table of replacement/ignore for those cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants