sundaycrunkHow To Access console.log logs in an AWS Lambda FunctionUse CloudWatch Live TailJul 12Jul 12
sundaycrunkUse thesaurus from command-lineAssuming you’ve got pip and python installed, you can install affine by using:Oct 18, 2021Oct 18, 2021
sundaycrunkRun your python script with argumentsThink of them like variables that the user can pass as input.Oct 18, 2021Oct 18, 2021
sundaycrunkVirtual EnvironmentsThey’re like worlds in which you can run and test code. In such a world, you can have specific versions of different packages installed, to…Oct 18, 2021Oct 18, 2021
sundaycrunkMake your package pip installableHere’s how to publish your package to pypi.orgOct 18, 2021Oct 18, 2021