A JavaScript library for solving all kind of statistics operations. 📈
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Hi @icuzz96 in the case that you are still having the problem, you need to wrap single days
into an array.
const events = [{
message: "Sunday test",
days: [days.SUNDAY],
hours: 14,
minutes: 30,
seconds: 0,
}];
Note the brackets ([]
) in the days
prop.
@icuzz96 Sorry for the late replay. Will check what could be happening.
Hello! Same here.
Removing this 👇🏼 from the serverless.ts
does not actually removes it from the API Gateway.
authorizer: {
name: 'JWTAuthorizer',
},