Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit c6acaaf

Browse files
author
Sachin Maheshwari
committed
test
1 parent 2bbde88 commit c6acaaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let cachedTags
1818
*/
1919
module.exports.syncSkills = async (event, context, callback) => {
2020
let tagsResponse
21-
console.log('.....start......')
21+
console.log('got events', JSON.stringify(event))
2222
if (!cachedTags) {
2323
tagsResponse = await tag.getTags()
2424
if (tagsResponse.statusCode != 200) {

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ functions:
1515
handler:
1616
handler: index.syncSkills
1717
name: member-v5user-skill-sync # optional, Deployed Lambda name
18-
description: Auth0 proxy server # The description of your function.
18+
description: member-v5user-skill-sync # The description of your function.
1919
events:
2020
- http: ANY /

0 commit comments

Comments
 (0)