-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Description
The purpose of this task is to provide a list or description of EFS related services and resources.
How-to Guide
To complete this task, follow these steps:
- In awshandler, copy one of the go files (e.g. iam.go) and rename it to
<service>.go. - Add all the services and resources you can find in the code to the newly created .go file.
- Once the .go file is ready, import the function and add it to initialize.go.
Reference
You can find the GoDoc at this URL: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/efs
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers