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
[Hot-reloading Lambda functions with CDK](/aws/tooling/lambda-tools/hot-reloading#aws-cloud-development-kit-cdk-configuration){/*TODO: #aws-cloud-development-kit-cdk-configuration does not exist in the current docs either*/}
Copy file name to clipboardExpand all lines: src/content/docs/aws/integrations/aws-native-tools/aws-cli.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ sidebar:
9
9
## Introduction
10
10
11
11
The [AWS Command Line Interface (CLI)](https://aws.amazon.com/cli/) is a unified tool for creating and managing AWS services via a command line interface.
12
-
{/*All CLI commands applicable to services implemented within [LocalStack]({{< ref "references/coverage/" >}}) can be executed when operating against LocalStack.*/}{/* mdx-disabled */}
12
+
All CLI commands applicable to services implemented within {/*[LocalStack](references/coverage/) TODO: I couldn't find this page in the new docs*/} can be executed when operating against LocalStack.
13
13
14
14
You can use the AWS CLI with LocalStack using either of the following approaches:
15
15
@@ -104,7 +104,7 @@ pip install awscli-local
104
104
105
105
:::note
106
106
107
-
{/*Automatic installation of AWS CLI version 2 is currently not supported yet (at the time of writing there is no official pypi package for `v2` available), but the `awslocal` technically also works with AWS CLI v2 (see [this section]({{< ref "#limitations" >}}) for more details).*/}{/* mdx-disabled */}
107
+
Automatic installation of AWS CLI version 2 is currently not supported yet (at the time of writing there is no official pypi package for `v2` available), but the `awslocal` technically also works with AWS CLI v2 (see [this section](#current-limitations) for more details).
{/*TODO: this was an "alert" before, change container accordingly (or remove this TODO)*/}
38
+
:::note
38
39
### Recommended Settings for Rancher Desktop on macOS
39
40
40
41
If you're using Rancher Desktop on macOS, particularly on Apple Silicon (M1, M2, etc.), it's crucial to adjust both the emulation engine and the volume-sharing method.
@@ -66,7 +67,7 @@ To switch the volume sharing method from reverse-SSHFS to VirtioFS:
66
67
2. Proceed to the **Virtual Machine** section, where you'll find the volume mount options.
67
68
3. Select the **File Sharing** setting and change it from `reverse-sshfs` to `VirtioFS`.
68
69
4. Restart Rancher Desktop to implement the changes.
Copy file name to clipboardExpand all lines: src/content/docs/aws/integrations/continuous-integration/codebuild.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@ sidebar:
12
12
CodeBuild allows you to define your build project, set the source code location, and handles the building and testing, while supporting various programming languages, build tools, and runtime environments.
13
13
LocalStack supports CodeBuild out of the box and can be easily integrated into your pipeline to run your tests against a cloud emulator.
{/* TODO: this was an alert before, title=Requirement, change container or remove TODO */}
16
+
:::note
16
17
LocalStack depends on the Docker socket to emulate your infrastructure.
17
18
To enable it, update your project by ticking **Environment > Additional Configuration > Privileged > Enable this flag if you want to build Docker Images or want your builds to get elevated privileges**.
Copy file name to clipboardExpand all lines: src/content/docs/aws/integrations/continuous-integration/gitlab-ci.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,4 +227,4 @@ Find out more about ephemeral instances [here](/user-guide/cloud-sandbox/).
227
227
228
228
## Examples
229
229
230
-
{/* - [End-to-End Testing in Gitlab CI with Testcontainers and LocalStack: Understanding Runners and Docker in Docker]({{< ref "tutorials/gitlab_ci_testcontainers/" >}}) - A readily configured demo project, that will walk you through the process of setting up end-to-end testing for a backend application using Testcontainers and LocalStack within GitLab CI. */} {/* mdx-disabled */}
230
+
[End-to-End Testing in Gitlab CI with Testcontainers and LocalStack: Understanding Runners and Docker in Docker](/aws/tutorials/gitlab_ci_testcontainers) {/*TODO: link target doesn't exist yet*/} - A readily configured demo project, that will walk you through the process of setting up end-to-end testing for a backend application using Testcontainers and LocalStack within GitLab CI.
0 commit comments