Skip to content

Commit cf00ca2

Browse files
authored
Replace all mentions of GitHub Issues (#487)
1 parent a038a9d commit cf00ca2

File tree

5 files changed

+37
-41
lines changed

5 files changed

+37
-41
lines changed

src/content/docs/aws/capabilities/config/cross-account-access.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Cross-Account and Cross-Region Access"
2+
title: 'Cross-Account and Cross-Region Access'
33
description: Accessing resources in another account or region
44
---
55

@@ -11,7 +11,7 @@ This document provides information to help design such setups.
1111

1212
:::note
1313
Cross-account support in LocalStack is being actively developed.
14-
Please report any issues on our [GitHub issue tracker](https://github.com/localstack/localstack/issues/new/choose).
14+
Please report any issues on our [GitHub Discussions board](https://github.com/orgs/localstack/discussions/categories/bugs).
1515
:::
1616

1717
Cross-account/cross-region access happens when a client attempts to access a resource in another account or region than what it is configured with:
@@ -25,7 +25,7 @@ AWS_ACCESS_KEY_ID=111111111111 awslocal sqs create-queue \
2525

2626
```json title="Output"
2727
{
28-
"QueueUrl": "http://sqs.ap-south-1.localhost.localstack.cloud:443/111111111111/my-queue"
28+
"QueueUrl": "http://sqs.ap-south-1.localhost.localstack.cloud:443/111111111111/my-queue"
2929
}
3030
```
3131

@@ -46,9 +46,9 @@ AWS_ACCESS_KEY_ID=222222222222 awslocal sqs get-queue-attributes \
4646

4747
```json title="Output"
4848
{
49-
"Attributes": {
50-
"VisibilityTimeout": "60"
51-
}
49+
"Attributes": {
50+
"VisibilityTimeout": "60"
51+
}
5252
}
5353
```
5454

src/content/docs/aws/getting-started/help-support.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This allows us to maintain clear and consistent internal communication across al
7171
| Channels | Basic | Standard | Priority | Enterprise |
7272
| --------------------- | :---: | :------: | :------: | :--------: |
7373
| Slack community |||||
74-
| GitHub Issues |||||
74+
| GitHub Discussions |||||
7575
| Support email | ||||
7676
| Web Application chat | ||||
7777
| Ticketing portal | | | ||
@@ -93,7 +93,7 @@ Basic Support is available to all LocalStack users and includes access to docume
9393
Community support is available through the following channels:
9494

9595
- [LocalStack Slack Community](https://localstack.cloud/slack)
96-
- [GitHub Issue](https://github.com/localstack/localstack/issues/new)
96+
- [GitHub Discussions board](https://github.com/orgs/localstack/discussions)
9797

9898
Note that community support is provided on a best-effort basis and is not guaranteed.
9999
Users are encouraged to help others by sharing their knowledge and experiences.
@@ -104,12 +104,13 @@ LocalStack Slack Community includes LocalStack users, contributors, and maintain
104104
If you need help with the community version of LocalStack, please use the `#help` channel.
105105
You can sign up for the [LocalStack Slack Community](https://localstack.cloud/slack) by creating an account.
106106

107-
#### GitHub Issue
107+
#### GitHub Discussions
108108

109-
You can use GitHub Issue to:
109+
((
110+
You can use our [GitHub Discussions board](https://github.com/orgs/localstack/discussions) to:
110111

111-
- [Request new features](https://github.com/localstack/localstack/issues/new?assignees=&labels=type%3A+feature%2Cstatus%3A+triage+needed&template=feature-request.yml&title=feature+request%3A+%3Ctitle%3E)
112-
- [Report existing bugs](https://github.com/localstack/localstack/issues/new?assignees=&labels=type%3A+bug%2Cstatus%3A+triage+needed&template=bug-report.yml&title=bug%3A+%3Ctitle%3E)
112+
- [Request new features](https://github.com/orgs/localstack/discussions/categories/feature-requests)
113+
- [Report existing bugs](https://github.com/orgs/localstack/discussions/categories/bugs)
113114

114115
Make sure to follow the issue templates and provide as much information as possible.
115116
If you have encountered outdated documentation, please report it on our [documentation repository](https://github.com/localstack/localstack-docs).

src/content/docs/aws/tooling/vscode-extension.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
title: LocalStack Toolkit for VS Code
33
description: Install, configure, and run LocalStack without leaving VS Code.
44
template: doc
5-
tags: ["Free"]
5+
tags: ['Free']
66
---
77

8-
## Introduction
8+
## Introduction
99

1010
The [LocalStack Toolkit for VS Code](https://github.com/localstack/localstack-toolkit-vscode) enables you to install, configure, and run LocalStack without leaving VS Code.
1111

1212
## Prerequisites
1313

1414
- [VS Code](https://code.visualstudio.com/)
1515

16-
1716
## Install and configure LocalStack
1817

1918
The setup wizard ensures LocalStack is installed and configured for a seamless integration with AWS tools, like the AWS CLI, SDKs, AWS SAM or the AWS CDK.
@@ -26,7 +25,6 @@ The LocalStack Toolkit integrates seamlessly with AWS tools like the [AWS CLI](h
2625

2726
![Installing LocalStack Toolkit](/images/aws/localstack-toolkit/starting-localstack.png)
2827

29-
3028
## Run LocalStack
3129

3230
The LocalStack button in the VS Code status bar provides an instant view of LocalStack's runtime status, such as `stopped` or `running`.
@@ -43,7 +41,6 @@ You can see LocalStack logs in the VS Code Output panel. Simply select LocalStac
4341

4442
![LocalStack Toolkit Logs](/images/aws/localstack-toolkit/logs.png)
4543

46-
4744
## `localstack` AWS profile
4845

4946
Once the profile is configured you can use it from your favorite AWS tools like AWS CLI, SDKs, CDK to deploy to and interact with LocalStack.
@@ -54,17 +51,15 @@ For example, to list SQS queues using the AWS CLI and your `localstack` profile:
5451
aws --profile localstack sqs list-queues
5552
```
5653

57-
5854
## LocalStack Commands Table
5955

60-
| ID | Title | Menu Contexts |
61-
|-----------------------------------|--------------------------------------|------------------|
62-
| `localstack.configureAwsProfiles` | Configure AWS Profile "localstack" | `commandPalette` |
63-
| `localstack.setup` | Run Setup Wizard | `commandPalette` |
64-
| `localstack.start` | Start LocalStack | `commandPalette` |
65-
| `localstack.stop` | Stop LocalStack | `commandPalette` |
66-
| `localstack.viewLogs` | View Logs | `commandPalette` |
67-
56+
| ID | Title | Menu Contexts |
57+
| --------------------------------- | ---------------------------------- | ---------------- |
58+
| `localstack.configureAwsProfiles` | Configure AWS Profile "localstack" | `commandPalette` |
59+
| `localstack.setup` | Run Setup Wizard | `commandPalette` |
60+
| `localstack.start` | Start LocalStack | `commandPalette` |
61+
| `localstack.stop` | Stop LocalStack | `commandPalette` |
62+
| `localstack.viewLogs` | View Logs | `commandPalette` |
6863

6964
:::note
7065
The AWS Toolkit for VS Code, a separate VS Code extension available from Amazon, now provides the ability to connect with LocalStack. This automates much of the existing manual setup required to debug Lambda functions (https://docs.localstack.cloud/aws/tooling/lambda-tools/remote-debugging/).
@@ -74,15 +69,14 @@ The AWS Toolkit for VS Code, a separate VS Code extension available from Amazon,
7469

7570
[Read our contributing guidelines](https://github.com/localstack/localstack-toolkit-vscode/blob/main/CONTRIBUTING.md) to learn how you can help.
7671

77-
7872
### LocalStack Toolkit for VS Code extension support
7973

80-
Please provide feedback or report an issue on the LocalStack Toolkit for VS Code by using our [GitHub Issues](https://github.com/localstack/localstack-toolkit-vscode/issues) page.
74+
Please provide feedback or report an issue on the LocalStack Toolkit for VS Code by using our [GitHub Discussions board](https://github.com/orgs/localstack/discussions) page.
8175

8276
### LocalStack general support
8377

8478
For LocalStack-related questions, feedback, and contributions, you can:
8579

8680
- Check our main repository: visit our [get in touch section on LocalStack's GitHub](https://github.com/localstack/localstack?tab=readme-ov-file#get-in-touch) for contact information and support channels.
8781

88-
- Join our Slack Community: Connect with other developers on the official [LocalStack Slack community](https://localstack.cloud/slack).
82+
- Join our Slack Community: Connect with other developers on the official [LocalStack Slack community](https://localstack.cloud/slack).

src/content/docs/snowflake/getting-started/faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: FAQ
33
description: Frequently asked questions about LocalStack for Snowflake
44
template: doc
55
sidebar:
6-
order: 3
6+
order: 3
77
---
88

99
## Core FAQs
1010

1111
### Are Snowflake v2 APIs supported?
1212

13-
Yes, the LocalStack for Snowflake supports the Snowflake v2 SQL API (`/api/v2/*` endpoints), as well as the legacy v1 SQL API (which is still being used by a large portion of Snowflake client libraries and SDKs)
13+
Yes, the LocalStack for Snowflake supports the Snowflake v2 SQL API (`/api/v2/*` endpoints), as well as the legacy v1 SQL API (which is still being used by a large portion of Snowflake client libraries and SDKs)
1414

1515
### Why are my Snowflake tests failing?
1616

@@ -35,7 +35,7 @@ A CI key allows you to use LocalStack in your CI environment. Every activation o
3535
You can set the `SF_LOG=trace` environment variable in the Snowflake container to enable detailed trace logs that show all the request/response message.
3636

3737
When using `docker-compose` then simply add this variable to the `environment` section of the YAML configuration file.
38-
If you're starting up via the `localstack start` CLI, then make sure to start up via the following configuration:
38+
If you're starting up via the `localstack start` CLI, then make sure to start up via the following configuration:
3939

4040
```bash
4141
DOCKER_FLAGS='-e SF_LOG=trace' DEBUG=1 localstack start --stack snowflake
@@ -54,7 +54,7 @@ If you are encountering network issues and your Snowflake client drivers are una
5454

5555
### How can I get help with LocalStack for Snowflake?
5656

57-
LocalStack for Snowflake is now GA. To get help, you can join the [Slack community](https://localstack.cloud/slack) and share your feedback, questions, and suggestions with the LocalStack team on the `#help` channel.
57+
LocalStack for Snowflake is now GA. To get help, you can join the [Slack community](https://localstack.cloud/slack) and share your feedback, questions, and suggestions with the LocalStack team on the `#help` channel.
5858

59-
If your team is using LocalStack for Snowflake, you can also request support by [contacting us](https://localstack.cloud/contact) or
60-
[opening a GitHub issue with the Snowflake tag](https://github.com/localstack/localstack/issues/new?assignees=&labels=type%3A+bug%2Cstatus%3A+triage+needed%2CSnowflake%3A+general&template=bug-report.yml&title=bug%3A+%3Ctitle%3E).
59+
If your team is using LocalStack for Snowflake, you can also request support by [contacting us](https://localstack.cloud/contact) or
60+
[opening a GitHub Discussion](https://github.com/orgs/localstack/discussions).

src/content/docs/snowflake/getting-started/quickstart.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart
33
description: Get started with LocalStack for Snowflake in a few simple steps
44
template: doc
55
sidebar:
6-
order: 2
6+
order: 2
77
---
88

99
## Introduction
@@ -199,8 +199,8 @@ The output should be:
199199
Similarly, you can query the student details based on their GPA:
200200

201201
```sql
202-
SELECT first_name, last_name, major, gpa
203-
FROM STUDENT_DATA
202+
SELECT first_name, last_name, major, gpa
203+
FROM STUDENT_DATA
204204
WHERE gpa >= 3.8
205205
ORDER BY gpa DESC;
206206
```
@@ -244,8 +244,9 @@ You can now explore the following resources to learn more about the Snowflake em
244244
- [Capabilities](/snowflake/capabilities/): Find information about the Snowflake emulator's capabilities and how to use them.
245245

246246
:::note
247+
247248
### How can I get help with the LocalStack for Snowflake?
248249

249-
LocalStack for Snowflake is now GA. To get help, you can join the [Slack community](https://localstack.cloud/slack) and share your feedback, questions, and suggestions with the LocalStack team on the `#help` channel. If your team is using LocalStack for Snowflake, you can also request support by [contacting us](https://localstack.cloud/contact) or
250-
[opening a GitHub issue with the Snowflake tag](https://github.com/localstack/localstack/issues/new?assignees=&labels=type%3A+bug%2Cstatus%3A+triage+needed%2CSnowflake%3A+general&template=bug-report.yml&title=bug%3A+%3Ctitle%3E).
251-
:::
250+
LocalStack for Snowflake is now GA. To get help, you can join the [Slack community](https://localstack.cloud/slack) and share your feedback, questions, and suggestions with the LocalStack team on the `#help` channel. If your team is using LocalStack for Snowflake, you can also request support by [contacting us](https://localstack.cloud/contact) or
251+
[opening a GitHub Discussion](https://github.com/orgs/localstack/discussions).
252+
:::

0 commit comments

Comments
 (0)