You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,13 +130,13 @@ Before the doing the following, make sure your Daemon is running. If using Colim
130
130
131
131
3. Sign in with AWS SSO:
132
132
133
-
```bash
134
-
aws sso login
135
-
```
133
+
```bash
134
+
aws sso login
135
+
```
136
136
137
-
**Note:** See the Developer Onboarding Guide on the "Using AWS SSO for Local Development" page on Confluence to set up service profile selection on your local machine. This is essential as the `~/.aws` directory is mounted to the container, so it can use the SSO session for AWS authentication.
137
+
**Note:** See the Developer Onboarding Guide on the "Using AWS SSO for Local Development" page on Confluence to set up service profile selection on your local machine. This is essential as the `~/.aws` directory is mounted to the container, so it can use the SSO session for AWS authentication.
138
138
139
-
1. Run the image.
139
+
4. Run the image.
140
140
141
141
```bash
142
142
docker run --platform linux/amd64 -p 9000:8080 \
@@ -164,7 +164,7 @@ Before the doing the following, make sure your Daemon is running. If using Colim
164
164
165
165
Once the container is running, a local endpoint is created at `localhost:9000/2015-03-31/functions/function/invocations`.
166
166
167
-
2. Check the container is running (Optional).
167
+
5. Check the container is running (Optional).
168
168
169
169
```bash
170
170
docker ps
@@ -177,15 +177,15 @@ Before the doing the following, make sure your Daemon is running. If using Colim
177
177
ca890d30e24d github-repository-archive-script "/lambda-entrypoint.…" 5 seconds ago Up 4 seconds 0.0.0.0:9000->8080/tcp, :::9000->8080/tcp recursing_bartik
178
178
```
179
179
180
-
3. Post to the endpoint (`localhost:9000/2015-03-31/functions/function/invocations`).
180
+
6. Post to the endpoint (`localhost:9000/2015-03-31/functions/function/invocations`).
This allows you to assume the AWS IAM role for the service, enabling the most secure development experience. This also means you will have limited permissions until you exit out of the profile.
217
+
This allows you to assume the AWS IAM role for the service, enabling the most secure development experience. This also means you will have limited permissions until you exit out of the profile.
218
218
219
-
**Note:** See the Developer Onboarding Guide on the "Using AWS SSO for Local Development" page on Confluence to set up service profile selection on your local machine.
219
+
**Note:** See the Developer Onboarding Guide on the "Using AWS SSO for Local Development" page on Confluence to set up service profile selection on your local machine.
0 commit comments