PetrShchukin
PetrShchukin
I add ENTRYPOINT["entrypoint.sh"] in Dockerfile, and created a custom script entrypoint.sh. Whenever I start the container I got message exited with code 0. P.S. I've tested with an empty script...
I've started with refresh token, then I check with a simple token implementation. When a token is expired it's still valid. Steps to reproduce: 1) Implement a simple jwt auth...
I'm using vscode with wsl2 on windows11 `sls dynamodb start` command gives an error ``` (shakemill) petr@DESKTOP-05VL79Q:~/shakemill/shakemill-api$ sls dynamodb start Serverless: To ensure safe major version upgrades ensure "frameworkVersion" setting...
Is there a working example? I'm tying ``` const bitbucket = new Bitbucket(); bitbucket.repositories .list({ workspace: "MunifTanjim" }) .then(({ data }) => console.log(data.values)) .catch((err) => console.error(err)); ``` but having a...