AWS Lambda now supports .NET Core 3.1.
resource "aws_lambda_function" "example" {
runtime = "dotnetcore3.1"
}
Requires AWS SDK v1.30.1:
Hi @ewbankkit ,
I can see that you've added support for other runtimes previously.
Are you working on this issue?
If not, let me know, I'll create PR with fix.
I want to deploy my lambda with new runtime as soon as possible.
@Abbatss We'll need #12414 merged first in order to pick up the new runtime constant value. Once that's done you are welcome to work on this. Thanks.
Support for this has been merged in and will release with version 2.57.0 of the Terraform AWS Provider, later this week. Thanks to @ewbankkit for the implementation. 👍
This has been released in version 2.57.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
@Abbatss We'll need #12414 merged first in order to pick up the new runtime constant value. Once that's done you are welcome to work on this. Thanks.