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

Fixed issues with incorrect work directory and missing environment variables. #17

Open
wants to merge 204 commits into
base: master
Choose a base branch
from

Conversation

rlyle
Copy link

@rlyle rlyle commented Nov 25, 2020

I tried to use your plugin and hit a few issues.

  • Added the WORKDIR command when building the docker, so the correct CWD is set when the function runs. Without this, our code had trouble loading the configs for our nodejs application.
  • Added missing environment variables, like AWS_LAMBDA_FUNCTION_NAME and _X_AMZN_TRACE_ID so XRAY can work correctly for the batch process.

Obviously, you can ignore the package.json changes, as I needed those to be able to pull the plugin into our project from npmjs.

rlyle added 30 commits November 23, 2020 04:11
…tly, but that could be due to the AWS outage.
…rmissions to call CreateNetworkInterface on EC2 (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 723a9f5f-cf45-4363-9aa3-8b597ff06cc5; Proxy: null)
rlyle and others added 30 commits July 22, 2023 02:29
…all the JobDefinitions at once. Adding the DependsOn to link each one to the previous, so they will get created one at a time instead.
…e & job definition are pairs, and each one needs to be created at the same time. [skip test][skip subs]
… if provided, otherwise use the default from our private ECR.
… our batch logs can also get forwarded to the function.
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.

1 participant