Website | Source

bring cloud;

let bucket = new cloud.Bucket();

new cloud.Function(inflight (event: str): str => {
  bucket.put("greeting.txt", "hello, world!");
});


Tags: language   cloud  

Last modified 14 April 2023