Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frichetten/appid-2-acctid
Resolve an AWS Amplify App ID to AWS Account ID
https://github.com/frichetten/appid-2-acctid
Last synced: about 2 months ago
JSON representation
Resolve an AWS Amplify App ID to AWS Account ID
- Host: GitHub
- URL: https://github.com/frichetten/appid-2-acctid
- Owner: Frichetten
- Created: 2023-03-21T21:41:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T22:54:23.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T03:25:33.820Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# appID-2-acctID
Using an undocumented, "internalonly", API for `amplify:GetDistributionDetails`, we can provide an AWS Amplify App ID and get the AWS Account ID associated with it.
## Note
As of March 24th, 2023 this technique no longer works. AWS has disabled the API. This repo will remain available as a means of showing a neat AWS API. Details can be found in [this](https://frichetten.com/blog/undocumented-amplify-api-leak-account-id/) blog post.