weixin_39987120的博客
- 于 2017-08-26 加入CSDN
-
获得1次点赞
-
内容获得0次评论
-
获得4次收藏
- 最近
- 文章
- 资源
- 问答
- 课程
- 帖子
- 收藏
- 关注/订阅




AWS Lambda support missing for dotnetcore2.1.
Is getting the following error:
expected runtime to be one of [dotnetcore1.0 dotnetcore2.0 go1.x java8 nodejs4.3 nodejs4.3-edge nodejs6.10 nodejs8.10 python2.7 python3.6], got dotnetcore2.1
Not being familiar with go, i'm guessing this is the problem though:
https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_lambda_function.go#L106
Its missing dotnetcore2.1
https://aws.amazon.com/about-aws/whats-new/2018/06/lambda-supports-dotnetcore-twopointone/
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
New or Affected Resource(s)
- aws_XXXXX
Potential Terraform Configuration
hcl
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
References
-
0000
该提问来源于开源项目:hashicorp/terraform-provider-aws

Hi -shen !
If I read PushKit and Supporting PushKit Notifications in Your App correclty you don't need any changes in your server (or in gorush in this case).
When you implement PushKit for app just send push notification to correct device token and APNs will do all work for you.
do you have to pass the type to apn? as i use onesignal now, they require to pass the push_type as voip to their server
thanks

AWS Lambda support missing for dotnetcore2.1.
Is getting the following error:
expected runtime to be one of [dotnetcore1.0 dotnetcore2.0 go1.x java8 nodejs4.3 nodejs4.3-edge nodejs6.10 nodejs8.10 python2.7 python3.6], got dotnetcore2.1
Not being familiar with go, i'm guessing this is the problem though:
https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_lambda_function.go#L106
Its missing dotnetcore2.1
https://aws.amazon.com/about-aws/whats-new/2018/06/lambda-supports-dotnetcore-twopointone/
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
New or Affected Resource(s)
- aws_XXXXX
Potential Terraform Configuration
hcl
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
References
-
0000
该提问来源于开源项目:terraform-providers/terraform-provider-aws
