Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.