ASP.NETWebAPI在本地正常运行,但在AWSLambda上返回SqlException错误。
创始人
2024-09-19 13:30:37
0

这个错误通常是因为连接字符串配置不正确而导致的。可以通过以下步骤来解决此问题:

  1. 确保AWS Lambda具有连接到数据库的权限。可以在AWS Lambda控制台中的“角色”菜单中进行控制。

  2. 检查您的连接字符串是否正确配置。您可以在AWS Lambda的环境变量中配置此信息。确保您已正确地指定了服务器的名称、用户名、密码和数据库名称。

  3. 尝试使用本地数据库测试您的代码。这可以帮助您确定是否是代码本身出现问题,或者是连接字符串配置不正确。

以下是一个使用AWS Lambda的ASP.NET Web API示例,以帮助您解决此问题:

using System;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using Amazon.Lambda.Core;
using Amazon.Lambda.APIGatewayEvents;

[assembly: LambdaSerializer(typeof(Amazon.Lambda.Serialization.Json.JsonSerializer))]

namespace LambdaWebAPI
{
    public class Functions
    {
        readonly string connectionString;

        public Functions()
        {
            connectionString = ConfigurationManager.AppSettings["ConnectionString"];
        }

        public APIGatewayProxyResponse Get(APIGatewayProxyRequest request, ILambdaContext context)
        {
            var customerId = request.PathParameters["customerId"];

            using (var conn = new SqlConnection(connectionString))
            {
                using (var cmd = new SqlCommand("SELECT * FROM Customers WHERE Id = @customerId", conn))
                {
                    cmd.CommandType = CommandType.Text;
                    cmd.Parameters.AddWithValue("@customerId", customerId);

                    conn.Open();

                    var reader = cmd.ExecuteReader();

                    if (!reader.HasRows)
                        return new APIGatewayProxyResponse { StatusCode = 404 };

                    // Do something with the data here...

                    return new APIGatewayProxyResponse { StatusCode = 200 };
                }
            }
        }
    }
}

在上述代码中,我们使用了ConfigurationManager类获取我们在AWS Lambda环境变量中配置的连接字符串。在API网关请求中,我们还从路径参数中获取customerId。使用SqlConnection和SqlCommand类来构

相关内容

热门资讯

透视模拟器!wepoker辅助... 透视模拟器!wepoker辅助器安装包,aapoker破解侠是真的吗,安装教程(有挂规律)-哔哩哔哩...
透视app!poker红龙辅助... 透视app!poker红龙辅助,hhpoker德州透视,第三方教程(存在有挂)-哔哩哔哩hhpoke...
透视总结!werplan免费挂... 透视总结!werplan免费挂下载,wepoker的辅助器,透视教程(竟然有挂)-哔哩哔哩运werp...
透视存在!wejoker内置辅... 透视存在!wejoker内置辅助,hhpoker有作弊的吗,2025新版教程(有挂辅助)-哔哩哔哩1...
透视美元局!aapoker插件... 透视美元局!aapoker插件下载,佛手大菠萝辅助,高科技教程(存在有挂)-哔哩哔哩1、下载好佛手大...
透视智能ai!wepokerp... 透视智能ai!wepokerplus透视脚本免费,wepoker轻量版透视系统,新2025版(详细教...
透视玄学!wepoker辅助器... 透视玄学!wepoker辅助器最新版本更新内容,拱趴大菠萝十三水作弊,专业教程(竟然有挂)-哔哩哔哩...
透视透视!wpk私人局辅助是真... 透视透视!wpk私人局辅助是真的吗,德普之星私人局辅助免费,曝光教程(有挂方针)-哔哩哔哩1、不需要...
透视中牌率!wepoker怎么... 透视中牌率!wepoker怎么下载游戏,aapoker怎么控制牌,2025新版技巧(有挂实锤)-哔哩...
透视模拟器!wepoker亲友... 透视模拟器!wepoker亲友圈有用吗,wpk可以作弊吗,靠谱教程(有挂助手)-哔哩哔哩1、任何we...