Skip to content

Conversation

matthewberryman
Copy link
Contributor

Description of changes:

  • Change word "or" to "and" to reflect the fact that the PATH contains all of the listed paths.
  • Add /var/lang/bin as checked with following code:
    python3.6:
import os

def lambda_handler(event, context):
    # TODO implement
    return os.environ['PATH']

node8.10:

exports.handler = async (event) => {
    return process.env.PATH;
};

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

@mwunderl mwunderl merged commit 9ae702e into awsdocs:master Jan 3, 2019
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