You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i run HandlerWeatherData in java-basic. Used the given event json as
{
"temperatureK": 281,
"windKmh": -3,
"humidityPct": 0.55,
"pressureHPa": 1020
}
. Invoke successfully once i tested on console lambda function with lambda url (NONE - public access). But when i run on postman the event WeatherData is empty {}
logger.info("EVENT: " + gson.toJson(event)); ==> output: EVENT: {}