I use Ubuntu and have this Golang lambda function with Redis. Already zipped and uploaded it. But I still need to develop it further.
Every time I made changes and want to see the logs in CloudWatch... It seems that I need to do the steps over and over.
code -> build main.go
-> zipped -> upload it -> trigger the function -> see the logs
ineffective.
Is there a way to simplify the steps?
Is it possible to upload it through CLI?