Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doug fix go invocation #234

Closed
wants to merge 7 commits into from
Closed

Doug fix go invocation #234

wants to merge 7 commits into from

Conversation

Doug-AWS
Copy link

@Doug-AWS Doug-AWS commented Jan 15, 2021

Issue #, if available:
I was getting the following error running 3-invoke.sh:

Invalid base64: "EVENTS.JSON"

Where EVENTS.JSON is the contents of events.json.

Description of changes:
Adding the following to the aws lambda command made it work:

--cli-binary-format raw-in-base64-out

Note that I'm still getting the following error on Windows:

{
    "StatusCode": 200,
    "FunctionError": "Unhandled",
    "ExecutedVersion": "$LATEST"
}
{"errorMessage":"fork/exec /var/task/main: permission denied","errorType":"PathError"}

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

txase and others added 7 commits August 14, 2020 10:56
This change was inadvertently made.
ListLayers/ListLayerVersions support Layer ARNs
I saw a transient deployment error due to log group creation taking longer than usual. Increasing wait time before continuing to log group creation to 15s.
Update random-error custom resource wait time
@Doug-AWS
Copy link
Author

Nevermind. I found #180 fixes my issue. I'll file another issue for the Windows problem shortly.

@Doug-AWS Doug-AWS closed this Jan 15, 2021
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.

5 participants