User Tools

Site Tools


aws:codebuild

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
aws:codebuild [23/06/2025 10:36] andrewaws:codebuild [02/09/2025 10:04] (current) – [BASH shell script] andrew
Line 27: Line 27:
  
  
 +buildspec.yaml
 +<code bash>
 +version: 0.2
 +
 +phases:
 +  build:
 +    commands:
 +      - export timestamp=$(date +%s%3N)
 +      - echo "${timestamp}"
 +      - aws logs put-log-events --log-group-name logging_test --log-stream-name 20150601 --log-events timestamp="${timestamp}",message="Hello"
 +</code>
  
  
  
aws/codebuild.1750674962.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki