Irfan Ullah
@imzza.
- Python Developer
- Hackathon Updates
- Svelte Developer
- Next.js Developer
- Astro Developer
- NodeJS Developer
- Web Developer
- Go Developer
- Rank 1: Thread
- SvelteKit Developer
- React Developer
- Education Program
- 1Threads
- 17Replies
Threads
S3 API: An error occurred (403) when calling the HeadObject operation: Forbidden
The docs mention that the HeadObject request is supported, but when I try to call it, I’m getting a 403 error. I’ve tried it with both boto3 and the AWS CLI, and I’m seeing the same issue with both. ...
- Cloud
Inquiry: How to Reduce Cold Start Duration in Go?
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing cold start times of over 5 seconds, someti...
- Functions
- Cloud
[SOLVED] Unable to add data for "user_id" column
I am using the Appwrite database and I have a table named events. When I add a column named user_id, I am not able to save data to that column from either the API or the UI. I am getting the same erro...
- Resolved
- Cloud
[SOLVED] Example of Rows in upsert_rows function
what is format of rows that can be passed to upsert_rows function? result = tables_db.upsert_rows( database_id = '<DATABASE_ID>', table_id = '<TABLE_ID>', rows = [], transaction_id =...
- Resolved
- Cloud