Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 💬 General Question
url: https://github.com/awslabs/aws-sdk-kotlin/discussions/new/choose
url: https://github.com/aws/aws-sdk-kotlin/discussions/new/choose
about: Please ask and answer questions as a discussion thread
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
uses: actions/checkout@v4
with:
path: 'aws-kotlin-repo-tools'
repository: 'awslabs/aws-kotlin-repo-tools'
repository: 'aws/aws-kotlin-repo-tools'
ref: '0.4.2'
sparse-checkout: |
.github
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/run-codebuild-batch-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ START_RESULT=$(
--project-name ${PROJECT_NAME} \
--source-version $SOURCE_VERSION \
--environment-variables-override file:///tmp/gh_env_vars.json \
--source-location-override "https://github.com/awslabs/$GITHUB_REPOSITORY_NO_ORG.git"
--source-location-override "https://github.com/aws/$GITHUB_REPOSITORY_NO_ORG.git"
)

if [ "$?" != "0" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
aws-region: us-west-2

- name: Verify changelog
uses: awslabs/aws-kotlin-repo-tools/.github/actions/changelog-verification@main
uses: aws/aws-kotlin-repo-tools/.github/actions/changelog-verification@main
6 changes: 3 additions & 3 deletions .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
- name: Run Service Check Batch and Calculate Artifact Size Metrics
id: svc-check-batch
run: |
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run: ./gradlew analyzeArtifactSizeMetrics

- name: Show Results
uses: awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main
uses: aws/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main

- name: Evaluate Result
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
Expand All @@ -168,7 +168,7 @@ jobs:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
- name: Calculate Artifact Size Metrics
id: svc-check-batch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: 'aws-sdk-kotlin'
- uses: actions/checkout@v4
with:
repository: 'awslabs/aws-kotlin-repo-tools'
repository: 'aws/aws-kotlin-repo-tools'
path: 'aws-kotlin-repo-tools'
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Build
uses: ./aws-sdk-kotlin/.github/actions/setup-build
- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
with:
working-directory: ./aws-sdk-kotlin
- name: Test
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup Build
uses: ./aws-sdk-kotlin/.github/actions/setup-build
- name: Configure Gradle - smithy-kotlin
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
with:
working-directory: ./smithy-kotlin
- name: Disable native builds # FIXME remove this step once K/N is merged
Expand All @@ -86,7 +86,7 @@ jobs:
./gradlew --parallel assemble
./gradlew publishToMavenLocal
- name: Configure Gradle aws-sdk-kotlin
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
with:
working-directory: ./aws-sdk-kotlin
- name: Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kat-transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
aws-region: us-west-2

- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
with:
working-directory: ./aws-sdk-kotlin

- name: Setup kat
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main

- name: Build
working-directory: ./aws-sdk-kotlin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
./gradlew ktlint
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Merge main
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
uses: aws/aws-kotlin-repo-tools/.github/actions/merge-main@main
with:
ci-user-pat: ${{ secrets.CI_USER_PAT }}
exempt-branches: # Add any if required
4 changes: 2 additions & 2 deletions .github/workflows/release-readiness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: 'aws-sdk-kotlin'

- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
with:
working-directory: ./aws-sdk-kotlin

Expand All @@ -36,7 +36,7 @@ jobs:
./gradlew -Paws.kotlin.native=false build

- name: Checkout smithy-kotlin
uses: awslabs/aws-kotlin-repo-tools/.github/actions/checkout-head@main
uses: aws/aws-kotlin-repo-tools/.github/actions/checkout-head@main
with:
path: 'smithy-kotlin'
repository: 'smithy-lang/smithy-kotlin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ permissions: { }
jobs:
git-sync:
# Only sync when pushing to source repo
if: github.repository == 'awslabs/aws-sdk-kotlin'
if: github.repository == 'aws/aws-sdk-kotlin'
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/awslabs/aws-sdk-kotlin.git"
source_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/aws/aws-sdk-kotlin.git"
source_branch: "main"
destination_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/awslabs/private-aws-sdk-kotlin-staging.git"
destination_branch: "main"
6 changes: 3 additions & 3 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Setup kat
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main
- uses: actions/checkout@v4
with:
ref: 'main'
Expand All @@ -58,7 +58,7 @@ jobs:
java-version: 17
cache: 'gradle'
- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
- name: Check merge base
shell: bash
run: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
echo "duration=$duration" >> "$GITHUB_OUTPUT"
- name: Emit metrics
if: always() # run this step even if previous steps failed or the job is canceled
uses: awslabs/aws-kotlin-repo-tools/.github/actions/emit-metrics@main
uses: aws/aws-kotlin-repo-tools/.github/actions/emit-metrics@main
with:
namespace: CI Metrics
dimensions: |
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @awslabs/aws-sdk-kotlin-sde
* @aws/aws-sdk-kotlin-team
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ information to effectively respond to your bug report or contribution.

## The AWS SDK for Kotlin is built from multiple GitHub repositories

1. This repository ([awslabs/aws-sdk-kotlin](https://github.com/awslabs/aws-sdk-kotlin))
1. This repository ([aws/aws-sdk-kotlin](https://github.com/aws/aws-sdk-kotlin))

This repository contains code generation for AWS specific services, and a corresponding runtime to support the generated code.

Expand Down Expand Up @@ -98,7 +98,7 @@ of your request may disagree and ask that you add one anyway.
"type": "feature",
"description": "Add multiplatform support for URL parsing",
"issues": [
"awslabs/aws-sdk-kotlin#12345"
"aws/aws-sdk-kotlin#12345"
]
}
```
Expand Down Expand Up @@ -235,7 +235,7 @@ [email protected] with any additional questions or comments.

If you discover a potential security issue in this project we ask that you **do not** create a public GitHub issue.

Please refer to our [security policy](https://github.com/awslabs/aws-sdk-kotlin/security/policy) for how to notify us.
Please refer to our [security policy](https://github.com/aws/aws-sdk-kotlin/security/policy) for how to notify us.

## Licensing

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
[![Apache 2 licensed][apache-badge]][apache-url] [![Maven][maven-badge]][maven-url]

[apache-badge]: https://img.shields.io/badge/license-APACHE2-blue.svg
[apache-url]: https://github.com/awslabs/aws-sdk-kotlin/blob/main/LICENSE
[apache-url]: https://github.com/aws/aws-sdk-kotlin/blob/main/LICENSE


[maven-badge]: https://img.shields.io/maven-central/v/aws.sdk.kotlin/s3.svg?label=Maven
[maven-url]: https://search.maven.org/search?q=g:aws.sdk.kotlin

This repo contains the AWS SDK for Kotlin and its [public roadmap](https://github.com/awslabs/aws-sdk-kotlin/projects/2).
This repo contains the AWS SDK for Kotlin and its [public roadmap](https://github.com/aws/aws-sdk-kotlin/projects/2).

## Getting Started

Expand All @@ -24,7 +24,7 @@ See the [Getting Started Guide](docs/GettingStarted.md) to learn how to use the
The SDK uses **GitHub Issues** to track feature requests and issues with the SDK. In addition, we use **GitHub Projects**
to provide a high level overview of our roadmap and the features we are actively working on.

You can provide feedback or report a bug by submitting an [issue](https://github.com/awslabs/aws-sdk-kotlin/issues/new/choose).
You can provide feedback or report a bug by submitting an [issue](https://github.com/aws/aws-sdk-kotlin/issues/new/choose).
This is the preferred mechanism to give feedback so that other users can engage in the conversation, +1 issues, etc.

## Contributing
Expand Down Expand Up @@ -146,7 +146,7 @@ See [Debugging](docs/debugging.md)

## Security

Please refer to our [security policy](https://github.com/awslabs/aws-sdk-kotlin/security/policy).
Please refer to our [security policy](https://github.com/aws/aws-sdk-kotlin/security/policy).

## Supported targets

Expand Down
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Consult the [stability guide](../VERSIONING.md#stability-of-the-aws-sdk-for-kotl

## Additional Resources

* [Additional examples](https://github.com/awslabs/aws-sdk-kotlin/tree/main/examples)
* [Getting started](https://github.com/awslabs/aws-sdk-kotlin#getting-started)
* [Additional examples](https://github.com/aws/aws-sdk-kotlin/tree/main/examples)
* [Getting started](https://github.com/aws/aws-sdk-kotlin#getting-started)
* [Debugging](debugging.md)
* [Android support](targets.md#android)
6 changes: 3 additions & 3 deletions docs/generate-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In this example we'll build the AWS DynamoDB SDK.

### Clone this repo
```sh
git clone https://github.com/awslabs/aws-sdk-kotlin.git
git clone https://github.com/aws/aws-sdk-kotlin.git
cd aws-sdk-kotlin
```

Expand Down Expand Up @@ -75,5 +75,5 @@ dependencies {
## Summary

This page covers building an AWS SDK using the `aws-sdk-kotlin` SDK generator. If you experience problems please [file
an issue](https://github.com/awslabs/aws-sdk-kotlin/issues). If you have questions or ideas about how we can improve our
SDKs, please join [our discussions](https://github.com/awslabs/aws-sdk-kotlin/discussions).
an issue](https://github.com/aws/aws-sdk-kotlin/issues). If you have questions or ideas about how we can improve our
SDKs, please join [our discussions](https://github.com/aws/aws-sdk-kotlin/discussions).
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
}

gradlePlugin {
website = "https://github.com/awslabs/aws-sdk-kotlin"
vcsUrl = "https://github.com/awslabs/aws-sdk-kotlin.git"
website = "https://github.com/aws/aws-sdk-kotlin"
vcsUrl = "https://github.com/aws/aws-sdk-kotlin.git"
plugins {
create("dynamodb-mapper-schema-generator") {
id = "aws.sdk.kotlin.hll.dynamodbmapper.schema.generator"
Expand Down
Loading