Open in app

Sign in

Write

Sign in

Nic Wanavit
Nic Wanavit

9 Followers

Home

About

Published in

TenXor

·Jun 13, 2021

Making Async Url Calls in Swift 5.5

Async is one of the most requested feature and it’s finally in swift. This simplifies the workflow greatly Url call let url = URL(string: "htts://api.github.com/users/hadley/orgs")! let (data, _) = try await URLSession.shared.data(from: url) Really its that easy note that you will need to use this function in an async context only. Wrapped into async function func…

Swift

2 min read

Making Async Url Calls in Swift 5.5
Making Async Url Calls in Swift 5.5
Swift

2 min read


May 22, 2021

How to use aws Secrets Manager with Python

String api key SECURELY is a big headache for many, but not to worry, AWS has a great service for that AWS Secret store This is a really simple yet safe solution to the permission problem Create Secret go to secrets manager console 2. click “store a new secret”

Secrets

2 min read

How to use aws Secrets Manager with Python
How to use aws Secrets Manager with Python
Secrets

2 min read


Published in

TenXor

·May 19, 2021

How to invalidate cloudfront distribution with python and bash

Cloudfront is a great content distribution network which speeds up your websites/ api significantly, however one of the hurdle is you need to invalidate cache when your endpoint is updated Setting up IAM permission This is pretty easy set up your policy Go to IAM console, and select policies 2. Create policy, select json…

Cloudfront

2 min read

How to invalidate cloudfront distribution with python and bash
How to invalidate cloudfront distribution with python and bash
Cloudfront

2 min read


Published in

TenXor

·May 17, 2021

How to create a python lambda layer

If you have been using AWS Lambda, one of the nicest feature is that you can check, test and edit code directly from console. However, this is limited to 3 MB of package size, once you install pretty much any packages, it will exceed that quota. AWS Lambda layer is…

AWS

2 min read

How to create a python lambda layer
How to create a python lambda layer
AWS

2 min read


Published in

TenXor

·Sep 4, 2020

Serverless stack security guidelines

What is a stack? — A stack is a collection of serverless functions, services, and database which are defined within a cloudformation stack in accordance to the cloudformation docs. What is a serverless stack? A serverless stack in the definition of villa market is where a stack does not contain any service that needs to be managed manually eg EC2…

AWS

2 min read

Serverless stack security guidelines
Serverless stack security guidelines
AWS

2 min read

Nic Wanavit

Nic Wanavit

9 Followers
Following
  • Serverless Advocate

    Serverless Advocate

  • Anupam Chugh

    Anupam Chugh

  • John Baker

    John Baker

  • Rudrank Riyam

    Rudrank Riyam

  • Yogesh Agrawal

    Yogesh Agrawal

See all (41)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams