Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b17a57b
Initial draft for revising getting started
remotesynth Apr 24, 2026
6ea3ae4
Update quickstart.mdx
remotesynth Apr 24, 2026
71369d6
Clean up the ordering
remotesynth Apr 28, 2026
c778969
Clean up CI-CD landing page
remotesynth Apr 28, 2026
9ed0787
Improvements to the AI page
remotesynth Apr 28, 2026
0b1b0dd
Minor improvement to the AI page
remotesynth Apr 28, 2026
b08fba1
Merge branch 'main' into revise-getting-started
remotesynth Apr 28, 2026
b73231c
Some reworking of the intro and removal of outdated content
remotesynth Apr 28, 2026
72d35ca
Added kubernetes as a secondary path
remotesynth Apr 28, 2026
bb1cc26
Modify to note lstk for CI
remotesynth Apr 29, 2026
6ef84e4
Update and rename quickstart.mdx to local-development.mdx
quetzalliwrites May 28, 2026
b7ebb19
Draft 2: rewrite index.mdx
quetzalliwrites May 28, 2026
fb4ec71
Delete dead code: src/components/SecondaryPathCard.tsx
quetzalliwrites May 28, 2026
deede21
Draft 2: installation.mdx
quetzalliwrites May 28, 2026
525c3fb
Draft 2: local-development.mdx
quetzalliwrites May 28, 2026
9ebdb73
Draft 2: Rewrite ci-cd.mdx
quetzalliwrites May 28, 2026
4ca4a39
Draft 2: rewrite ai-workflows.mdx
quetzalliwrites May 28, 2026
5bfe4a9
Draft 2: rewrite auth-token.mdx
quetzalliwrites May 28, 2026
e38c155
Add Troubleshooting section to auth-token.mdx
quetzalliwrites May 28, 2026
3a9ce05
remove dead code from global.css
quetzalliwrites May 29, 2026
51aa017
add install options + fix missing closing </LinkButton> tags
quetzalliwrites May 29, 2026
f17c2b9
update anchor links
quetzalliwrites May 29, 2026
df7a4ec
update more anchor links
quetzalliwrites May 29, 2026
66a5675
fix broken command block
quetzalliwrites Jun 2, 2026
9ec543c
Apply suggestions from code review
quetzalliwrites Jun 2, 2026
a0dee9b
Update local development getting started guide
HarshCasper Jun 3, 2026
35469fc
Update installation getting started guide
HarshCasper Jun 3, 2026
b5a040b
Update auth token getting started guide
HarshCasper Jun 3, 2026
0475773
Update AI workflows getting started guide
HarshCasper Jun 3, 2026
72e8356
Update CI getting started guide
HarshCasper Jun 4, 2026
96a03c6
Fix getting started sidebar order
HarshCasper Jun 4, 2026
75b4bbd
Update getting started onboarding
HarshCasper Jun 4, 2026
54f0ca8
Add getting started FAQ card
HarshCasper Jun 4, 2026
bd4cc99
Merge main into getting started branch
HarshCasper Jun 4, 2026
b715181
simplify getting started
HarshCasper Jun 4, 2026
2bb60a2
Fix quickstart redirects
HarshCasper Jun 4, 2026
c1c86b5
Fix getting started next steps
HarshCasper Jun 4, 2026
f7541a7
some minor changes
HarshCasper Jun 4, 2026
60eed52
fix macos installation commands
HarshCasper Jun 4, 2026
c394d48
removed localstack cli mentions + moved auth token doc to order 6
quetzalliwrites Jun 28, 2026
44049cb
Re-add install instructions for CLI
remotesynth Jun 29, 2026
d83ceab
Updates to getting started and associated pages
remotesynth Jul 1, 2026
382a0b4
(fix) apply DRY principle to remove duplicate content from MCP sectio…
quetzalliwrites Jul 6, 2026
a9e233a
Merge branch 'main' into revise-getting-started
remotesynth Jul 8, 2026
5123a9e
Adding a quick start
remotesynth Jul 10, 2026
ed0d4aa
Revisions through step 3 in quick start
remotesynth Jul 10, 2026
7192f01
Updating the quick start
remotesynth Jul 13, 2026
dc78b44
Add icon and update overview
remotesynth Jul 13, 2026
7773ad1
Merge branch 'main' into revise-getting-started
remotesynth Jul 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,13 @@ export default defineConfig({
collapsed: true,
items: [{ autogenerate: { directory: '/aws/getting-started' } }],
},
{
label: 'Quick Start Library',
collapsed: true,
items: [
{ autogenerate: { directory: '/aws/quickstart-library' } },
],
},
{
label: 'Local AWS Services',
slug: 'aws/services',
Expand Down Expand Up @@ -604,7 +611,8 @@ export default defineConfig({
items: [
{
autogenerate: {
directory: '/aws/customization/integrations/extensions',
directory:
'/aws/customization/integrations/extensions',
},
},
{
Expand All @@ -619,7 +627,8 @@ export default defineConfig({
items: [
{
autogenerate: {
directory: '/aws/customization/integrations/localstack-sdks',
directory:
'/aws/customization/integrations/localstack-sdks',
},
},
],
Expand All @@ -630,7 +639,8 @@ export default defineConfig({
items: [
{
autogenerate: {
directory: '/aws/customization/integrations/app-frameworks',
directory:
'/aws/customization/integrations/app-frameworks',
},
},
],
Expand All @@ -641,7 +651,8 @@ export default defineConfig({
items: [
{
autogenerate: {
directory: '/aws/customization/integrations/testing',
directory:
'/aws/customization/integrations/testing',
},
},
],
Expand Down
6 changes: 4 additions & 2 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@
/tutorials/replicate-aws-resources-localstack-extension/ /aws/tutorials/replicate-aws-resources-localstack-extension/ 301
/user-guide/tools/localstack-sdk/python/ /aws/customization/integrations/localstack-sdks/python-sdk/ 301
/user-guide/lambda-tools/hot-reloading/ /aws/developer-tools/lambda-tools/hot-reloading/ 301
/getting-started/quickstart/ /aws/getting-started/quickstart/ 301
/getting-started/quickstart/ /aws/getting-started/local-development/ 301
/aws/getting-started/quickstart/ /aws/getting-started/local-development/ 301
/overview/ /aws/ 301
/user-guide/aws/glue/ /aws/services/glue/ 301
/getting-started/ /aws/getting-started/ 301
Expand Down Expand Up @@ -804,7 +805,8 @@
/tutorials/replicate-aws-resources-localstack-extension /aws/tutorials/replicate-aws-resources-localstack-extension/ 301
/user-guide/tools/localstack-sdk/python /aws/customization/integrations/localstack-sdks/python-sdk/ 301
/user-guide/lambda-tools/hot-reloading /aws/developer-tools/lambda-tools/hot-reloading/ 301
/getting-started/quickstart /aws/getting-started/quickstart/ 301
/getting-started/quickstart /aws/getting-started/local-development/ 301
/aws/getting-started/quickstart /aws/getting-started/local-development/ 301
/overview /aws/ 301
/user-guide/aws/glue /aws/services/glue/ 301
/getting-started /aws/getting-started/ 301
Expand Down
Binary file added public/images/aws/app-inspector-operations.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/aws/lambda-resource-browser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/aws/load-state-from-pod.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/aws/running-instance-sidebar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/aws/stack-overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/aws/verify-cloud-pod-save.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/js/icon-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
const iconMappings = {
Welcome: 'cube-icon',
'Getting Started': 'rocket-icon',
'Quick Start Library': 'lightning-icon',
'Local AWS Services': 'cube-icon',
'Local Azure Services': 'cube-icon',
Features: 'cube-icon',
Expand Down
7 changes: 6 additions & 1 deletion scripts/redirects/redirects_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,12 @@
},
{
"old_link": "/getting-started/quickstart/",
"new_link": "/aws/getting-started/quickstart",
"new_link": "/aws/getting-started/local-development/",
"status_code": 301
},
{
"old_link": "/aws/getting-started/quickstart/",
"new_link": "/aws/getting-started/local-development/",
"status_code": 301
},
{
Expand Down
3 changes: 3 additions & 0 deletions src/assets/images/lightning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A valid `LOCALSTACK_AUTH_TOKEN` must be configured to start the LocalStack for A

:::note
The Replicator is in limited preview and is available from LocalStack CLI version 4.2.0.
If you encounter issues, update your [LocalStack CLI](/aws/getting-started/installation/#updating-localstack-cli).
If you encounter issues, update your [LocalStack CLI](/aws/getting-started/installation/#update-localstack-cli).
:::

### Retrieve credentials to access AWS
Expand Down Expand Up @@ -85,7 +85,7 @@ The replication type and explore strategy are independent: `replication_type` se

The Replicator CLI is part of the LocalStack CLI.

Follow the [installation instructions](/aws/getting-started/installation/#installing-localstack-cli) to set it up.
Follow the [installation instructions](/aws/getting-started/installation/#install-localstack-cli) to set it up.

To start a replication job, get the ARN of the resource to replicate. Then, trigger the job using the command:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you have created a Cloud Pod from an older version of LocalStack, you need to

## Ephemeral Instances CLI

The Ephemeral Instances CLI is included in the [LocalStack CLI installation](/aws/getting-started/installation/#installing-localstack-cli), so no additional installations are needed to start using it.
The Ephemeral Instances CLI is included in the [LocalStack CLI installation](/aws/getting-started/installation/#install-localstack-cli), so no additional installations are needed to start using it.
If you're a licensed user, setting the `LOCALSTACK_AUTH_TOKEN` as an environment variable is recommended to access all features of the Ephemeral Instances CLI.

Access the Ephemeral Instances CLI by running the `localstack ephemeral` command from your terminal.
Expand Down
Loading
Loading