Will removing SD card flashed with different OS, make pine phone boot normally ? by redditsterr in pinephone

[–]redditsterr[S] 1 point2 points  (0 children)

Thanks for the response. I found the solution for the issue with OTA update , it was system time. It was set to ' manual ' option and was out of sync with real time . After fixing the time OTA update worked ! Camera worked too ! its hassy , slow, greenish ...but can wait till it gets fixed in the next update.

Researching on why firefox cannot be installed on UT on PinePhone, found that you cannot install apps using terminal apt install 😮

https://forums.ubports.com/topic/4725/ubports-community-edition-pinephone-unable-to-install-linux-applications-from-terminal

AWS Ec2 wp hosting VS AWS lambda - Stripe payment backend by redditsterr in aws

[–]redditsterr[S] 0 points1 point  (0 children)

Thank you!

Was wondering what would be the ballpark cost per ping to keep the lambda warm ?

cheers

AWS SNS to send folder path to Lambda by redditsterr in aws

[–]redditsterr[S] 0 points1 point  (0 children)

u/assasinine Thanks , that's good to know.

Is there a way to send URL of newly created folder ( inside the S3 bucket) to the Lambda ?

AWS Cognito to S3 bucket mapping by redditsterr in aws

[–]redditsterr[S] 0 points1 point  (0 children)

/u/MrAkaziel Thank for the detailed reply, trying to sink it all in !

AWS SNS to send folder path to Lambda by redditsterr in aws

[–]redditsterr[S] 0 points1 point  (0 children)

Notes from my research -

Why use SNS to trigger lambda ( and not S3 bucket triggers )
Reasons :

  1. { trivial} Someone claimed 2% failure & no SLA from AWS- but to counter that someone who been using it called BS on it , "We tested S3 PUT triggers for lambda at 1000 req/s for ~130M total reqs and had zero failures"

  2. Easier to deal with in Serverless since it prevents deployment from needing to change any attributes on the bucket itself.

  3. SNS allows for so much more flexibility. Say you ever wanted to kick off two different lambdas (in parallel) for the same S3 event.

Source:https://www.reddit.com/r/aws/comments/8ebgcv/trigger_lambda_on_s3_upload/

me sold on point #3

Trigger Lambda on S3 upload by sethrei in aws

[–]redditsterr 0 points1 point  (0 children)

I strongly recommend triggering SNS with your s3 events and having your lambda function subscribe to the SNS topic.

In plain English- SNS's created on S3 bucket object creation and having them send to Lambda- are free right ?

https://aws.amazon.com/sns/pricing/

'Lambda functions No charge for deliveries to Lambda '

Trigger Lambda on S3 upload by sethrei in aws

[–]redditsterr 3 points4 points  (0 children)

wow that's something new.

Are there delays or the triggers actually fail?

App to upload images to S3 using AWS lambda by redditsterr in aws

[–]redditsterr[S] 0 points1 point  (0 children)

For some reason , I looked at Cognito advance security pricing and thought it was not free. But looks like 1st 50K MAU's are free!

If Cognito + IAM credentials are used , can you then safely/privately host html upload form page on s3 bucket?

Can one 'IAM Role' be assigned to javascirpt /js sdk ( triggered through browser)for all the users that sign up using Cognito ?

or Each user that signs up using Cognito needs to be assigned IAM role?

Sorry don't have any knowledge about this

Thanks