as far as I can tell, the AWS provider has not bee...
# general
b
as far as I can tell, the AWS provider has not been updated to support Lambda FunctionURLs yet, is that correct? https://github.com/pulumi/pulumi-aws/issues/1900
a
I think as of right now it's only in the native provider, but don't quote me on that https://www.pulumi.com/blog/lambda-urls-launch/
And looks the the PR for the classic provider was opened 6 min ago :) https://github.com/pulumi/pulumi-aws/pull/1902
b
great!
I have not tried out the native provider yet.. seems like something you'd sort of want to "start over" with if going that route
a
You can absolutely use them side by side; in fact at this time you probably want to (as some resources are not yet in the native provider while it's in preview) https://www.pulumi.com/registry/packages/aws-native/
b
thanks for the info!