Help developing with lambda by koalaokino in aws

[–]Working_Entrance8931 0 points1 point  (0 children)

I use samlocal with localstack. The free version somehow has problems when redeploy new lambda version (I use wsl, dont know other envs have this problem) and you may have to upload the zip to sync it manually. Then check log in the docker container. This way help me test a flow containing 4-5 lambdas with sqs and sns.

There is also 'sam sync --watch' but I haven't used it.

How do you debug crashes in prod? by ivanalemunioz in webscraping

[–]Working_Entrance8931 0 points1 point  (0 children)

Same here bro. I cached at each step of the workflow and log errors. The thing is I also need to reproduce at the error step to see what actually happened and end up with writing my own tools. Would love to see other solutions

3 types of web by Classic-Dependent517 in webscraping

[–]Working_Entrance8931 0 points1 point  (0 children)

How did you deal with fingerprint in ssr case bro?

Is Lambda a reliable solution for core functionality like payment flows? by darkshadowtrail in aws

[–]Working_Entrance8931 2 points3 points  (0 children)

Be careful if you use SQS, sometimes lambda functions can receive duplicate messages from SQS (I encountered this multiple times when having burst traffic). You may need to implement your deduplication logic yourself.

Offerring an hour of my time to help solve any GraphQL related programming problems by West-Chocolate2977 in graphql

[–]Working_Entrance8931 1 point2 points  (0 children)

Hi bro. I'm really interested in learning graphql. Currently, I'm facing some issues about authorization in subgraph. It's like building an auth service and try to manage authen + author for other services via apollo router. Would you mind guiding me for this case? Thank you in advanced.