AWS-Logo_White-Color
1.
Introduction
2.
Preparation
2.1
Preparation for bucket S3
2.1.1
Create bucket
2.1.2
Make Bucket Public
2.2
Preparation for Lambda Function
2.2.1
Create Lambda Function
2.2.2
Create Code
2.3
Create API Gateway
3.
Upload file
4.
References
5.
Clean up resources
More
AWS Study Group
English
Tiếng Việt
Clear History
Workshop
Cloud Journey
Last Updated
25-02-2024
Team
Oke
Upload file to S3 with Lambda(Golang)
> Clean up resources
We will proceed with the following steps to delete the resources we created in this lab exercise.
Clean up resources
We will proceed with the following steps to delete the resources we created in this lab exercise.
Delete S3 bucket
Access the
S3 management console
Select the S3 bucket we created for this lab. (For example: bucket-for-lambda-55555)
Click
Empty
.
Enter
permanently delete
, then click
Empty
to delete objects in the bucket.
Click
Exit
.
After deleting all objects in the bucket, click
Delete
.
Enter the S3 bucket name, then click
Delete bucket
to delete the S3 bucket.
Delete API Gateway
Access the
API Gateway service management interface
Select
S3 Upload
.
Click
Delete
.
In the confirmation box, enter
confirm
.
Click
Delete
to delete the API Gateway.
Delete Lambda Function
Access the
Lambda service management interface
Click
s3-upload
.
Select
Actions
.
Click
Delete
.
In the confirmation box, enter
delete
to confirm, then click
Delete
to delete the Lambda function and related resources.