Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r/aws_lambda_function: Add support for .NET 6 #23426

Merged
merged 2 commits into from
Mar 1, 2022
Merged

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented Mar 1, 2022

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #23415.
Relates #23376.

Output from acceptance testing:

% make testacc TESTS=TestAccLambdaFunction_runtimes PKG=lambda
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/lambda/... -v -count 1 -parallel 20 -run='TestAccLambdaFunction_runtimes'  -timeout 180m
=== RUN   TestAccLambdaFunction_runtimes
=== PAUSE TestAccLambdaFunction_runtimes
=== CONT  TestAccLambdaFunction_runtimes
--- PASS: TestAccLambdaFunction_runtimes (811.31s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/lambda	820.003s

@github-actions github-actions bot added the size/XS Managed by automation to categorize the size of a PR. label Mar 1, 2022
@ewbankkit ewbankkit added the service/lambda Issues and PRs that pertain to the lambda service. label Mar 1, 2022
@ewbankkit ewbankkit merged commit cd51f39 into main Mar 1, 2022
@ewbankkit ewbankkit deleted the f-lambda-.net-6 branch March 1, 2022 13:29
@github-actions github-actions bot added this to the v4.4.0 milestone Mar 1, 2022
github-actions bot pushed a commit that referenced this pull request Mar 1, 2022
@McTristan
Copy link

I just wish someone would fix the release pipeline. I urgently need this feature.

@github-actions
Copy link

github-actions bot commented Mar 4, 2022

This functionality has been released in v4.4.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. Thank you!

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/lambda Issues and PRs that pertain to the lambda service. size/XS Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.net 6.0 support
2 participants