Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Add documentation for M1 setup#101

Open
faggc wants to merge 1 commit intomasterfrom
feature-bl-14515-add-documentation
Open

Add documentation for M1 setup#101
faggc wants to merge 1 commit intomasterfrom
feature-bl-14515-add-documentation

Conversation

@faggc
Copy link
Copy Markdown
Contributor

@faggc faggc commented Mar 1, 2023

Description

Added documentation regarding M1 Apple Silicon machines.

Related issue: BL-14515

Before submitting (or marking as "ready for review")

  • Does the pull request title follow the conventional commit specification?
  • Have you performed a self-review of the code
  • Have you have added tests that prove the fix or feature is effective and working
  • Did you make sure to update any documentation relating to this change?

Comment thread README.md
Each time you edit the code or ```template.yaml```/```.env``` you will need to build: ```sam build``` and run the application: ``` sam local start-api --env-vars .env``` to see the changes.

#### Apple Silicon Troubleshooting
If you are using an M1 based machine or similar in the template.yaml the Architecture should be set to ```arm64``` and the Runtime should be set to ```java8.al2``` No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I'm not sure we should be recommending a different architecture compared to what the production Lambdas runs on.

Same for runtime, we shouldn't be using different runtimes.

What exactly is the issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants