Hey everyone, In an existing script can we just s...
# aws
c
Hey everyone, In an existing script can we just switch from regular AWS provider to aws-native by replacing the code or is there is another way to go about it?
m
I don't believe there is full parity yet, so the recommended practice is to import both and migrate what you can to native until you can drop classic entirely.
c
right, thanks!