Hi all, I'm trying to import my existing resources...
# getting-started
g
Hi all, I'm trying to import my existing resources in
aws
using
aws-native
package. I have successfully imported a single resource (s3 bucket), but it was imported without the
PublicAccessBlockConfiguration
. My infra was created using
cloudformation
, so I would like keep the same syntax and API. How can I import my resources using
aws-native
?
b
@gifted-answer-39386 not every part of the AWS API is mapped into the cloud control API yet. aws-native only supports a small subset of resources, and it's up to AWS to fix that. I'd recommend sticking with aws if the resources you're looking for aren't available
👍 1