[serverless] Add getAccountId method (#42692)

This commit is contained in:
coyoteecd 2020-03-04 03:39:46 +02:00 committed by GitHub
parent cac7b95568
commit 411a2172a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ declare class Aws {
getRegion(): string;
getServerlessDeploymentBucketName(): string;
getStage(): string;
getAccountId(): Promise<string>;
request(
service: string,
method: string,