97483/how-to-add-a-tag-to-aws-api-gateway-using-aws-cli
Hi Team,
I am new to AWS API Gateway. I want to add a tag to AWS API Gateway using the CLI command. How can I do that?
Hi@akhtar,
You need to use a tag-resource method in your AWS API gateway command as shown below.
$ aws apigateway tag-resource --resource-arn your-api-gateway-arn --tags tag-name=tag-value
You'll need to use aws api-gateway update-domain-name. http://docs ...READ MORE
You can use the below command $ aws ...READ MORE
You can use the following command to ...READ MORE
Hello @Jino, The command for creating security group ...READ MORE
It can work if you try to put ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
Check if the FTP ports are enabled ...READ MORE
Hi@akhtar, You can create a new virtual MFA device ...READ MORE
Hi@akhtar, You can delete a Lambda function. To ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.