我使用Amplify API功能。使用纯生成的lambda代码和配置,在我的API中调用post方法时,我会收到一般的网络错误
API被配置为具有DynamoDB表后端的REST API。它应该将记录保存到dynamoDB
调用API的代码:
@supports (paint-order: stroke) {
.amcharts-LabelBullet text {
paint-order: stroke;
stroke: #fff;
stroke-width: 4px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
}
}
我希望它会将记录添加到dynamoDB。