Вот вам цикл статей (ооочень подробный, с картинками и степ бай степами) по использованию Golang в AWS с лямбдами - все как мы любим!
http://www.powershell.amsterdam/2018/05/14/beginnings-in-golang-and-aws-services-part-1/
#aws #golang #lambda
http://www.powershell.amsterdam/2018/05/14/beginnings-in-golang-and-aws-services-part-1/
#aws #golang #lambda
PowerShell.Amsterdam
Beginnings in Golang and AWS – Part I
Part I – Introduction, Go, and Prerequisites The series of blogs describe my journey learning Golang so far, with particular reference to AWS services. In them, I’ll be covering how I w…
Forwarded from CatOps
Couple of words about the Lambda development
If you need debug exiting Lambda, you can download it and run locally in Docker
And for fast developing Lambda you can use docker-lambda
If you know any useful tools or articles about Lambda development (or any other things) - feel free to write @MaxymVlasov
#aws #lambda #serverless
If you need debug exiting Lambda, you can download it and run locally in Docker
And for fast developing Lambda you can use docker-lambda
If you know any useful tools or articles about Lambda development (or any other things) - feel free to write @MaxymVlasov
#aws #lambda #serverless
Forwarded from DevOps Deflope News
AWS Toolkit для IntelliJ, который анонсировали в прошлом году на re:Invent, теперь зарелизился 🎉
Он помогает разрабатывать AWS Lambda на Java и Python, деплоить и даже отлаживать локально с помощью AWS Serverless Application Model (SAM).
Анонс: http://amp.gs/RBdE
GitHub: http://amp.gs/RBdd
#lambda #idea
Он помогает разрабатывать AWS Lambda на Java и Python, деплоить и даже отлаживать локально с помощью AWS Serverless Application Model (SAM).
Анонс: http://amp.gs/RBdE
GitHub: http://amp.gs/RBdd
#lambda #idea
Amazon
AWS Toolkit for IntelliJ – Now generally available | Amazon Web Services
Last year at re:Invent we told you that we were working on the AWS Toolkit for IntelliJ. Since then, the toolkit has been in active development on GitHub. I’m happy to share that the AWS Toolkit for IntelliJ is now generally available! The toolkit provides…
Forwarded from Python Daily
[Перевод] Самая лучшая практика: работа с path в Python
#habr
#блог_компании_otus_онлайн_образование #python #программирование #python #lambda #iterator #path
#habr
#блог_компании_otus_онлайн_образование #python #программирование #python #lambda #iterator #path
Хабр
Самая лучшая практика: работа с path в Python
Все та же проблема: список папок и дисковВ последней статье мы использовали рекурсивную функцию размером менее 10 строк для решения проблемы сканирования папок и ранжирования файлов по дате изменения...