We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97eafc4 commit 249f9b0Copy full SHA for 249f9b0
src/handlers/get-data/app.js
@@ -2,7 +2,6 @@
2
let response;
3
4
exports.lambdaHandler = async (event, context) => {
5
- const body = JSON.parse(event.body)
6
console.info(JSON.parse(context))
7
try {
8
response = {
0 commit comments