Wilson Mun

Wilson Mun

AWS S3 Bucket policy to only allow SSL requests

To ensure only s3 actions are allowed only when there is an SSL request, you can apply to following s3 bucket policy to achieve this { "Version": "2012-10-17", "Statement&

Angular - Avoiding method binding

If you use something like this in your template <div *ngFor="let obj of filterObjects(obj)"> Something something: {{ obj.someProperty }} </div> <!-- OR --> <