-
Notifications
You must be signed in to change notification settings - Fork 6
lambda extensions new edition #864
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for deluxe-empanada-3ebf3b ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| **Note:** The user must insert a valid JSON. Sending a dictionary or any key-value data structure that is not in a JSON format will cause the log to be sent as a string. | ||
| 1. **Clone the repository:** | ||
| ```bash | ||
| git clone [https://github.com/logzio/opentelemetry-lambda-layer.git](https://github.com/logzio/opentelemetry-lambda-layer.git) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bardabun Do we need the nested url? Like, "[url]-(url)"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, we do not need the nested URL. The correct format is just the git clone command followed by the URL.
git clone https://github.com/logzio/opentelemetry-lambda-layer.git
bardabun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
| **Note:** The user must insert a valid JSON. Sending a dictionary or any key-value data structure that is not in a JSON format will cause the log to be sent as a string. | ||
| 1. **Clone the repository:** | ||
| ```bash | ||
| git clone [https://github.com/logzio/opentelemetry-lambda-layer.git](https://github.com/logzio/opentelemetry-lambda-layer.git) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, we do not need the nested URL. The correct format is just the git clone command followed by the URL.
git clone https://github.com/logzio/opentelemetry-lambda-layer.git
No description provided.