aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.83k stars 822 forks source link

Display the S3 bucket name #5257

Open pchevallier opened 4 years ago

pchevallier commented 4 years ago

When executing the amplify status command, the CLI returns some resource name that cannot be directly linked to the real storage in AWS such as the S3 bucket name it would be useful to have a way to retrieve that information when we need to attach that resource name to other services.

nikhname commented 4 years ago

@pchevallier there is no command for this at the moment but you can get this information from the amplify-meta.json file.