Skip to content

Fix & improve formatting in Readme #68

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

Closed
wants to merge 1 commit into from

Conversation

jordan-brough
Copy link
Contributor

  1. Fix indentation in the "To build the emulator into your image" section
    • This fixes the indentation level and also fixes some code blocks to be
      rendered correctly
  2. Add some syntax highlighting

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

1. Fix indentation in the "To build the emulator into your image" section
    - This fixes the indentation level and also fixes some code blocks to be
      rendered correctly
2. Add some syntax highlighting
@ghost ghost added the documentation Improvements or additions to documentation label Aug 17, 2022
```
https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie-arm64 \
```

2. Run your Lambda image function using the docker run command.
```
```sh
docker run -d -v ~/.aws-lambda-rie:/aws-lambda -p 9000:8080 myfunction:latest
--entrypoint /aws-lambda/aws-lambda-rie <image entrypoint> <(optional) image command>`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're at it ;)

Suggested change
--entrypoint /aws-lambda/aws-lambda-rie <image entrypoint> <(optional) image command>`
--entrypoint /aws-lambda/aws-lambda-rie <image entrypoint> <(optional) image command>

@ghost ghost added the duplicate This issue or pull request already exists label Jan 5, 2023
@ghost
Copy link

ghost commented Jan 5, 2023

Thank you for opening this pull request! We appreciate your contribution and the time you took to make this improvement. However, we have recently merged pull request #81 which implements similar changes to this pull request. As a result, we will be closing this pull request.

Thank you for your understanding. We appreciate your efforts and look forward to your future contributions to the project.

@jordan-brough
Copy link
Contributor Author

Hi @bodelsc, I've submitted a replacement PR #82 with some things that #81 didn't include

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants